This endpoint upserts (adds) a vector to given index. You can also add metadata with the vector.
You can either upsert a single vector, or multiple vectors in a array.
The ID of the vector
The vector data to upsert.
The provided vector should have the same number of dimensions as your index.
The metadata of the vector. This is used to make it easier to identify the vector on queries.
Returns "Success"
on successful upsert operation.
This endpoint upserts (adds) a vector to given index. You can also add metadata with the vector.
You can either upsert a single vector, or multiple vectors in a array.
The ID of the vector
The vector data to upsert.
The provided vector should have the same number of dimensions as your index.
The metadata of the vector. This is used to make it easier to identify the vector on queries.
Returns "Success"
on successful upsert operation.