VectorData
Properties
| Name |
Type |
Description |
Notes |
| vector_name |
String |
Name of the vector |
|
| field |
Field |
Field this vector is for (name, description, content) (enum: name, description, content) |
|
| vector_type |
VectorType |
Type of vector (dense_model, sparse_model, full_text, trigrams, whitespace, wmtr, dense_custom, sparse_custom) (enum: dense_model, sparse_model, full_text, trigrams, whitespace, wmtr, keyword, dense_custom, sparse_custom, noop) |
|
| dense_vector |
Option<Vec> |
Dense vector values as a list of floats |
[optional] |
| sparse_indices |
Option<Vec> |
Sparse vector indices (token positions) |
[optional] |
| sparse_values |
Option<Vec> |
Sparse vector values (token weights) |
[optional] |
[Back to Model list] [Back to API list] [Back to README]