Expand description
In-memory Store implementation for testing and WASM targets.
Uses HashMap and Vec behind std::sync::RwLock for thread safety.
Vector search is brute-force cosine similarity over all stored vectors.
Keyword search returns an empty result set (no FTS index).
Structsยง
- InMemory
Store - In-memory store for testing and WASM environments.