Skip to main content

Module embedding_store

Module embedding_store 

Source
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§

EmbeddingChunk
A single embedding chunk ready for storage.
ScoredChunk
Result of a vector similarity search.