Skip to main content

Crate issundb_vector

Crate issundb_vector 

Source

Structs§

Hit
A single result from vector search.
VectorIndexOptions
Construction options for VectorIndex.
VectorSearchOptions
Options for vector_search_with.

Enums§

VectorError
Structured errors representing all vector search and indexing faults.
VectorMetric
Distance metric for the HNSW index.
VectorQuantization
Quantization format for in-memory vector storage.

Traits§

VectorGraphExt
Vector search operations for Graph.