Expand description
Storage abstraction for Context Harness.
The Store trait defines all storage operations needed by the core
search and retrieval pipeline, enabling pluggable backends (SQLite,
in-memory, future WASM-compatible stores).
Implementations must be Send + Sync to work with async runtimes.
Modules§
Structs§
- Chunk
Candidate - A candidate chunk returned from keyword or vector search.
- Chunk
Response - A single chunk within a
DocumentResponse. - Document
Metadata - Lightweight document metadata for search result enrichment.
- Document
Response - Full document response including metadata, body, and chunks.
Traits§
- Store
- Abstract storage backend for Context Harness.