Expand description
In-memory metadata store for HNSW nodes.
Stores HashMap<String, String> per node_id, enabling metadata filtering
on search results without modifying the HNSW graph structure.
Structsยง
- Metadata
Store - Dense metadata store with inverted index for O(1) pre-filtering.