Commands
Fetch
Used to retrieve the vector by ID.
Arguments
IDs
string[] | number[]
requiredThe IDs of the vectors you want to fetch.
Options
Object
requiredResponse
FetchResponse
Vector[]
requiredThis field is null
if no vector with the specified id is found.
id
string | number
requiredThe ID of the resulting vector.
vector
number[]
The resulting vector.
metadata
Record<string, unknown>
The metadata of the vector. This is used to make it easier to identify the vector on queries.