Skip to main content

VectorItem

Represents a single vector with its associated data.

Fields


CreateIndexParams

Parameters for creating a new encrypted vector index.

Fields


Index Configuration Types

IndexModel Interface

All index configuration types implement this interface.

IVF Configuration

Create an IVF (Inverted File) index configuration.

IVFFlat Configuration

Create an IVFFlat (Inverted File Flat) index configuration for higher accuracy.

IVFPQ Configuration

Create an IVFPQ (Inverted File with Product Quantization) index configuration for memory efficiency.

Parameters


Response Types

QueryResponse

Response from similarity search operations.
Contains search results with similar vectors and their metadata.

QueryResultItem

A single result from a similarity search query.
Represents one matching vector with its similarity score and metadata.

GetResponse

Response from Get operations containing retrieved vectors.

ListIDsResponse

Response from ListIDs operations.
Contains the list of vector IDs in the index.

TrainParams

Parameters for training an encrypted vector index.

Fields