Skip to content

Commit 3498a38

Browse files
committed
fix comment
1 parent d165378 commit 3498a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export type QueryAgentCollectionConfig = {
3030
viewProperties?: string[];
3131
/** Target vector for the query if a collection uses named vector. */
3232
targetVector?: string | string[];
33-
/** Filters to apply to apply when query is executed, in addition to filters selected by the Query Agent. */
33+
/** Filters to apply when query is executed, in addition to filters selected by the Query Agent. */
3434
additionalFilters?: FilterValue;
3535
};

0 commit comments

Comments
 (0)