Expand description
Vector storage operations
Stores embeddings as BLOBs and computes cosine similarity in Rust.
Enums§
- Cache
Lookup Result - Result of looking up a cached embedding
Functions§
- bytes_
to_ embedding - Convert bytes to f32 embedding
- cosine_
similarity - Compute cosine similarity between two embeddings
- embedding_
to_ bytes - Convert f32 embedding to bytes (little-endian)