Functions
bm25Score()
FunctionExpression
semanticSimilarity()
Parameter | Type |
---|---|
field | string |
query | string |
FunctionExpression
vectorDistance()
Parameter | Type |
---|---|
field | string |
query | | number [] | List | SparseVector | Record <number , number > |
options? | VectorDistanceOptions |
FunctionExpression
Interfaces
VectorDistanceOptions
PropertiesProperty | Type |
---|---|
skipRefine? | boolean |