We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aed4a commit 04d9467Copy full SHA for 04d9467
src/collections/query/types.ts
@@ -105,7 +105,7 @@ export type BaseHybridOptions<T> = SearchOptions<T> & {
105
alpha?: number;
106
/** The type of fusion to apply. If not specified, the default fusion type specified by the server is used. */
107
fusionType?: 'Ranked' | 'RelativeScore';
108
- /** The maximum tolerated similarity in the vector search before the results are cutoff from the resultset. */
+ /** The maximum tolerated similarity in the vector search before the results are cutoff from the result set. */
109
maxVectorDistance?: number;
110
/** The properties to search in. If not specified, all properties are searched. */
111
queryProperties?: (PrimitiveKeys<T> | Bm25QueryProperty<T>)[];
0 commit comments