Show HN: Multimodal Search Using GPT4o for Metadata Extraction and Hybrid Index(github.com)
github.com
Show HN: Multimodal Search Using GPT4o for Metadata Extraction and Hybrid Index
https://github.com/pathwaycom/llm-app/tree/main/examples/pipelines/slides_ai_search
2 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.