
12/17/2024 · Stefan Webb
What this post added
This post details the implementation of hybrid search combining dense vector embeddings and BM25-based sparse vectors. It showcases the setup of schema with `enable_analyzer=True` and `Function` objects for automatic BM25 vector generation from text fields. It also demonstrates data insertion and performing both full-text and hybrid searches using `AnnSearchRequest` and `RRFRanker`.