Skip to main content

Module in_memory

Module in_memory 

Source
Expand description

In-memory knowledge base backed by BM25 scoring.

Structs§

InMemoryKnowledgeBase
In-memory knowledge base backed by a tokio::sync::RwLock<HashMap>.