Skip to main content

Module index

Module index 

Source
Expand description

Index engine module.

Manages HNSW vector index for semantic search and inverted text index for keyword search. Supports mmap-based zero-copy loading and incremental updates.

Modules§

incremental
Incremental index updates.
mmap_store
Memory-mapped index storage.
store
Core index storage.

Structs§

IndexEntry
An entry in the search index.
SearchHit
A search result from the index.