Hacker News new | ask | show | jobs
Show HN: Multimodal Search Using GPT4o for Metadata Extraction and Hybrid Index (github.com)
4 points by janchorowski 703 days ago
1 comments

What is an hybrid index?
An index that combines multiple indexing techniques, e.g. vector search with more classical information retrieval techniques such as BM25. We found that they have different strengths: vector indexes are very good at getting synonyms and indirect matches, while classical term-based indexes are better for direct queries. Hybridization gives you the best of both worlds.