Skip to content

Commit d165378

Browse files
committed
remove alpha warnings
1 parent 53aa3d0 commit d165378

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22

33
JS/TS client for Weaviate Agents.
44

5-
<br>
6-
7-
> ⚠️ **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.
8-
95
[Documentation](https://weaviate.io/developers/agents)

src/query/agent.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ import { getHeaders } from "./connection.js";
2424

2525
/**
2626
* An agent for executing agentic queries against Weaviate.
27-
*
28-
* Warning:
29-
* Weaviate Agents - Query Agent is an early stage alpha product.
30-
* The API is subject to breaking changes. Please ensure you are using the latest version of the client.
31-
*
3227
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
3328
*/
3429
export class QueryAgent {

src/query/search.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ import { getHeaders } from "./connection.js";
2020
* This is used internally by the QueryAgent class to run search-mode queries.
2121
* After the first request is made, the underlying searches are cached and can
2222
* be reused for paginating through the a consistent set of results.
23-
*
24-
* Warning:
25-
* Weaviate Agents - Query Agent is an early stage alpha product.
26-
* The API is subject to breaking changes. Please ensure you are using the latest version of the client.
27-
*
28-
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
2923
*/
3024
export class QueryAgentSearcher {
3125
private cachedSearches?: ApiSearchResult[];

0 commit comments

Comments
 (0)