Module vector

Module vector 

Source
Expand description

Vector Index

Modules§

bq
Binary Quantization (BQ)
flat
Flat Vector Index.
graph
Generic Graph implementation.
hnsw
HNSW graph implementation.
ivf
IVF - Inverted File Index
kmeans
KMeans implementation for Apache Arrow Arrays.
pq
Product Quantization
quantizer
residual
sq
storage
Vector Storage, holding (quantized) vectors and providing distance calculation.
transform
Vector Transforms
utils
v3

Structs§

Query
Query parameters for the vector indices

Constants§

CENTROID_DIST_COLUMN
DISTANCE_TYPE_KEY
DIST_COL
DIST_Q_C_COLUMN
INDEX_UUID_COLUMN
LOSS_METADATA_KEY
PART_ID_COLUMN
PQ_CODE_COLUMN
SQ_CODE_COLUMN

Statics§

CENTROID_DIST_FIELD
PART_ID_FIELD
VECTOR_RESULT_SCHEMA

Traits§

VectorIndex
Vector Index for (Approximate) Nearest Neighbor (ANN) Search.
VectorIndexCacheEntry