Skip to content

Commit 372171d

Browse files
committed
Update alpha docstring
1 parent 8745b56 commit 372171d

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
@@ -101,7 +101,7 @@ export type Bm25Options<T> = BaseBm25Options<T> | GroupByBm25Options<T> | undefi
101101

102102
/** Base options available in the `query.hybrid` method */
103103
export type BaseHybridOptions<T> = SearchOptions<T> & {
104-
/** The weight of the BM25 score. If not specified, the default weight specified by the server is used. */
104+
/** The weight of the vector search score. If not specified, the default weight specified by the server is used. */
105105
alpha?: number;
106106
/** The specific vector to search for or a specific vector subsearch. If not specified, the query is vectorized and used in the similarity search. */
107107
vector?: NearVectorInputType | HybridNearTextSubSearch | HybridNearVectorSubSearch;

0 commit comments

Comments
 (0)