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 11cef97 commit 019d72fCopy full SHA for 019d72f
src/query/search.ts
@@ -84,7 +84,9 @@ export class QueryAgentSearcher<T> {
84
};
85
}
86
87
- async execute(options: SearchExecutionOptions): Promise<SearchModeResponse<T>> {
+ async execute(
88
+ options: SearchExecutionOptions,
89
+ ): Promise<SearchModeResponse<T>> {
90
if (!this.collections || this.collections.length === 0) {
91
throw Error("No collections provided to the query agent.");
92
0 commit comments