erio-context-store
erio-context-store provides vector-backed context storage and semantic
retrieval APIs for retrieval-augmented workflows.
It handles indexing, persistence configuration, and top-k search over embedded content.
Quickstart
use PathBuf;
use Arc;
use ;
use ;
async
API tour
- Store/config:
ContextStore,ContextConfig,HnswConfig - Query/ops outputs:
SearchResult,StorageStats - Error type:
ContextStoreError - Modules:
store,config,error
Related crates
- Consumes
erio-embedding::EmbeddingEnginefor vector generation. - Complements
erio-llm-clientin RAG pipelines. - Docs: https://docs.rs/erio-context-store
- Source: https://github.com/NomanworkGroup/erio/tree/main/crates/context-store
Compatibility
- MSRV: Rust 1.93
- License: Apache-2.0