Endpoints
Upsert Data
Upserts (inserts or updates) the raw text data after embedding it.
POST
Request
You can either upsert a single data, or multiple data in an array.string
required
The id of the vector.
string
required
The raw text data to embed and upsert.
Object
The metadata of the vector. This makes identifying vectors
on retrieval easier and can be used to with filters on queries.
Data field of the vector will be automatically set to the
raw text data, so that you can access it later, during
queries.
Path
string
default:""
The namespace to use.
When no namespace is specified, the default namespace will be used.
Response
string
"Success" string.