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.
- Stored
Chunk ๐ - Stored
Doc ๐ - Stored
Vector ๐
Functionsยง
- cosine_
sim ๐ - format_
ts_ ๐iso