SearchScoreThreshold interface
The results of the vector query will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.
- Extends
Properties
| kind | Polymorphic discriminator, which specifies the different types this object can be |
| value | The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "searchScore"
Property Value
"searchScore"
value
The threshold will filter based on the '@search.score' value. Note this is the @search.score returned as part of the search response. The threshold direction will be chosen for higher @search.score.
value: number
Property Value
number