org.llm4s.vectorstore.AsyncHybridSearcher
See theAsyncHybridSearcher companion object
Asynchronous Hybrid Searcher.
Provides unified, non-blocking search over both vector embeddings (semantic similarity) and keyword indexes (BM25 term matching). Features complete architectural concurrency—vector search and keyword search execute in parallel across independent blocking thread configurations, optimizing latency during RRF/Weighted queries.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article