Diallo Francis-Patrick

Results 2 comments of Diallo Francis-Patrick

Hi, For those who have integrated the ChromaDB client with the Langchain framework, I used the following approach to implement the Hybrid search (Vector Search + BM25Retriever): ``` from langchain_chroma...

I proposed a solution for those who are using ChromaDB with Langchain. I will repeat here the answer I gave in issue #1330 hoping that it will help you: For...