We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d72f commit 368bda9Copy full SHA for 368bda9
src/query/search.ts
@@ -18,8 +18,6 @@ import {
18
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
19
*/
20
export class QueryAgentSearcher<T> {
21
- //private headers: Record<string, string> = {};
22
- //private connectionHeaders: HeadersInit | undefined;
23
private agentsHost: string;
24
private query: string;
25
private collections: (string | QueryAgentCollectionConfig)[];
0 commit comments