Skip to main content
Hybrid search combines vector similarity (semantic) with BM25 keyword search (exact) for more accurate retrieval.
1

Create the knowledge base

hybrid_search.py
2

Install and run

FTSIndex must be initialized with await fts.initialize() before any search or add operations.