All Commands
All Data Adjustment
Commands
VECTOR_ROWS
This command will retrieve a list of matching vector rows from the vector database.
It will return TRUE if it successfully matches some rows.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_ids | String | The name of a variable holding a list of IDs that the vector records need to be linked to. The variable can be an array of values or contain a comma separated list of values. |
|
2 | var_name | String | The name of the variable holding the vector data to search against. The variable can be an array of values or contain a comma separated list of values. |
|
3 | max_d | Expression | The maximum distance the resulting vectors can be from the search vector | |
4 | qty | 10 | Integer | The maximum number of rows to return |
5 | size | 1536 | Integer | The number of dimensions used |
6 | var | String | Array Name to return the results into |