Skip to content

Commit 368bda9

Browse files
Dan JonesDan Jones
authored andcommitted
Tidy up
1 parent 019d72f commit 368bda9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/query/search.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import {
1818
* For more information, see the [Weaviate Query Agent Docs](https://weaviate.io/developers/agents/query)
1919
*/
2020
export class QueryAgentSearcher<T> {
21-
//private headers: Record<string, string> = {};
22-
//private connectionHeaders: HeadersInit | undefined;
2321
private agentsHost: string;
2422
private query: string;
2523
private collections: (string | QueryAgentCollectionConfig)[];

0 commit comments

Comments
 (0)