VectorSearchOption
Properties
| Name |
Type |
Description |
Notes |
| vector_name |
String |
Name of the vector to search with |
|
| weight |
Option<f64> |
Weight to apply to this vector's search results |
[optional][default to 1.0] |
| field |
Field |
Field to search with this vector (name, description, content) (enum: name, description, content) |
|
| wmtr_trigram_weight |
Option<f64> |
WMTR trigram channel multiplier for this vector option (used when vector_name is a WMTR vector). |
[optional][default to 1.0] |
[Back to Model list] [Back to API list] [Back to README]