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 d165378 commit 3498a38Copy full SHA for 3498a38
src/query/collection.ts
@@ -30,6 +30,6 @@ export type QueryAgentCollectionConfig = {
30
viewProperties?: string[];
31
/** Target vector for the query if a collection uses named vector. */
32
targetVector?: string | string[];
33
- /** Filters to apply to apply when query is executed, in addition to filters selected by the Query Agent. */
+ /** Filters to apply when query is executed, in addition to filters selected by the Query Agent. */
34
additionalFilters?: FilterValue;
35
};
0 commit comments