Expand description
Data types for vector embedding storage.
The EmbeddingStore trait was removed in v1.12 — SqliteVecStore is the
single implementation, used directly inside embedding/mod.rs. Only the
plain data structs remain here so callers can still construct chunks and
consume search results.
Structs§
- Embedding
Chunk - A single embedding chunk ready for storage.
- Scored
Chunk - Result of a vector similarity search.