| Name | Type | Description |
|---|---|---|
query_embedding* | list[float] | The embedding of the query to use for scoring. |
lambda_mult | float | Default: 0.5Number between 0 and 1 that determines the degree of diversity among the results with 0 corresponding to maximum diversity and 1 to minimum diversity. Defaults to 0.5. |
score_threshold | float | Default: NEG_INF |
List of similarity score for each selected document.
(N, dim) ndarray with a row for each selected node.
Helper for executing an MMR traversal query.
Only documents with a score greater than or equal this threshold will be chosen. Defaults to -infinity.