Abstract
List of vector ids that should be deleted.
A promise that resolves with the ids & count of records that were successfully processed (and thus deleted).
Get information about the currently bound index.
A promise that resolves with information about the current index.
Get a list of vectors with a matching id.
List of vector ids that should be returned.
A promise that resolves with the raw unscored vectors matching the id set.
Insert a list of vectors into the index dataset. If a provided id exists, an error will be thrown.
List of vectors that will be inserted.
A promise that resolves with the ids & count of records that were successfully processed.
Use the provided vector to perform a similarity search across the index.
Input vector that will be used to drive the similarity search.
Configuration options to massage the returned data.
A promise that resolves with matched and scored vectors.
Upsert a list of vectors into the index dataset. If a provided id exists, it will be replaced with the new values.
List of vectors that will be upserted.
A promise that resolves with the ids & count of records that were successfully processed.
Delete a list of vectors with a matching id.