Skip to content

Commit ac65fea

Browse files
authored
Merge pull request #235 from weaviate/20241127-update-docstring-for-alpha
Update alpha docstring
2 parents 369f09b + 737ab9e commit ac65fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/query/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export type Bm25Options<T> = BaseBm25Options<T> | GroupByBm25Options<T> | undefi
103103

104104
/** Options available to the hybrid search type only */
105105
export type HybridSearchOptions<T> = {
106-
/** The weight of the BM25 score. If not specified, the default weight specified by the server is used. */
106+
/** The weight of the vector search score. If not specified, the default weight specified by the server is used. */
107107
alpha?: number;
108108
/** The type of fusion to apply. If not specified, the default fusion type specified by the server is used. */
109109
fusionType?: 'Ranked' | 'RelativeScore';

0 commit comments

Comments
 (0)