Encrypted Index
Upsert
Adds or updates vector embeddings in the index.
Parameters
Parameter | Type | Description |
---|---|---|
vectors | Array2D<float> | 2D container with vector embeddings to index. |
ids | std::vector<uint64_t> | Unique identifiers for each vector. |
items | std::vector<std::vector<uint8_t>> | (Optional) Item contents in bytes. |
Exceptions
Example Usage
Was this page helpful?