Skip to main content

Module index

Module index 

Source
Expand description

Indexing for RAG pipelines (BM25 sparse index and vector store)

Structs§

BM25Index
BM25 index implementation
VectorStore
Vector store for dense retrieval
VectorStoreConfig
Vector store configuration

Enums§

DistanceMetric
Distance metric for vector search

Traits§

SparseIndex
Sparse index trait for lexical retrieval