Expand description
Data models for vector points, search results, and collection configuration.
Structs§
- Collection
Config - Configuration for vector collection
- Search
Result - Result from similarity search
- Vector
Point - Vector point to be indexed
Enums§
- Distance
Metric - Distance metric used for vector similarity comparisons.
Constants§
- DATASET_
IDS_ KEY - Metadata key holding the array of dataset-ID strings a point belongs to.
This is the union accumulated across every dataset the content-addressed
point has been indexed under (see
VectorPoint::merge_dataset_membership). - DATASET_
ID_ KEY - Scalar metadata key written by the cognify indexer for the single dataset
currently being indexed. Retained for back-compat; the authoritative
membership is the union in
DATASET_IDS_KEY.