Skip to main content
Adds or updates vector embeddings in the index.

Parameters

Exceptions

  • Throws if vector dimensions are incompatible with the index configuration.
  • Throws if index was not created or loaded yet.
  • Throws if there is a mismatch between the number of vectors, ids or items.
  • Throws if the vectors could not be upserted.

Example Usage