Endpoints
Fetch Vectors
This endpoint returns the data related to the vectors with the provided IDs.
GET
/
fetch
Request
You can either upsert a single vector, or multiple vectors in a array.
The ID of the vector
Whether to include the metadata of the vectors in the response. Setting this
true
would be the best practice, since it will make it easier to identify
the vectors.
Whether to include the vector data of the resulting vectors.
Response
It returns the data related to provided vectors ids in sorted manner. Object
is null
if the vector related to that ID couldn’t be found.
Was this page helpful?