An open API service indexing awesome lists of open source software.

https://github.com/runtime-error786/hybridsearch


https://github.com/runtime-error786/hybridsearch

chromadb dense-retrieval langchain sparse-matrix

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

RAG (Retrieval-Augmented Generation) with Hybrid Retrieval

This project implements a Retrieval-Augmented Generation (RAG) system using a combination of vector-based and sparse retrieval methods. The system utilizes Chroma for vector-based retrieval and BM25 for sparse retrieval, providing a robust hybrid retrieval mechanism for better context-aware responses.