File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 */
103103export 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 ;
You can’t perform that action at this time.
0 commit comments