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.
2 parents 369f09b + 737ab9e commit ac65feaCopy full SHA for ac65fea
src/collections/query/types.ts
@@ -103,7 +103,7 @@ export type Bm25Options<T> = BaseBm25Options<T> | GroupByBm25Options<T> | undefi
103
104
/** Options available to the hybrid search type only */
105
export type HybridSearchOptions<T> = {
106
- /** The weight of the BM25 score. If not specified, the default weight specified by the server is used. */
+ /** The weight of the vector search score. If not specified, the default weight specified by the server is used. */
107
alpha?: number;
108
/** The type of fusion to apply. If not specified, the default fusion type specified by the server is used. */
109
fusionType?: 'Ranked' | 'RelativeScore';
0 commit comments