Module metadata_store

Source
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ยง

MetadataStore
Dense metadata store with inverted index for O(1) pre-filtering.