Skip to content

Commit 04d9467

Browse files
committed
Fix typo in docstring
1 parent 79aed4a commit 04d9467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/query/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export type BaseHybridOptions<T> = SearchOptions<T> & {
105105
alpha?: number;
106106
/** The type of fusion to apply. If not specified, the default fusion type specified by the server is used. */
107107
fusionType?: 'Ranked' | 'RelativeScore';
108-
/** The maximum tolerated similarity in the vector search before the results are cutoff from the resultset. */
108+
/** The maximum tolerated similarity in the vector search before the results are cutoff from the result set. */
109109
maxVectorDistance?: number;
110110
/** The properties to search in. If not specified, all properties are searched. */
111111
queryProperties?: (PrimitiveKeys<T> | Bm25QueryProperty<T>)[];

0 commit comments

Comments
 (0)