Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

JS/TS client for Weaviate Agents.

<br>

> ⚠️ **Alpha Release**: Weaviate Agents is currently in alpha and is subject to change. Features may be modified or removed without notice. Please check that you are using the latest version of the package.

[Documentation](https://weaviate.io/developers/agents)
5 changes: 0 additions & 5 deletions src/query/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ import { getHeaders } from "./connection.js";

/**
* An agent for executing agentic queries against Weaviate.
*
* Warning:
* Weaviate Agents - Query Agent is an early stage alpha product.
* The API is subject to breaking changes. Please ensure you are using the latest version of the client.
*
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
*/
export class QueryAgent {
Expand Down
6 changes: 0 additions & 6 deletions src/query/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ import { getHeaders } from "./connection.js";
* This is used internally by the QueryAgent class to run search-mode queries.
* After the first request is made, the underlying searches are cached and can
* be reused for paginating through the a consistent set of results.
*
* Warning:
* Weaviate Agents - Query Agent is an early stage alpha product.
* The API is subject to breaking changes. Please ensure you are using the latest version of the client.
*
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
*/
export class QueryAgentSearcher {
private cachedSearches?: ApiSearchResult[];
Expand Down