Optional
alpha?: numberThe weight of the BM25 score. If not specified, the default weight specified by the server is used.
Optional
fusionThe type of fusion to apply. If not specified, the default fusion type specified by the server is used.
Optional
maxThe maximum tolerated similarity in the vector search before the results are cutoff from the result set.
Optional
queryThe properties to search in. If not specified, all properties are searched.
Optional
targetSpecify which vector(s) to search on if using named vectors.
Optional
vector?: NearVectorInputType | HybridNearTextSubSearch | HybridNearVectorSubSearchThe specific vector to search for or a specific vector subsearch. If not specified, the query is vectorized and used in the similarity search.
Base options available in the
query.hybrid
method