hello everyone ! for llama-index, is it possible to implement the capabilities of KnowledgeGraph (Grafoù Properties) in a workflow that already uses QueryFusionRetriever, by merging bm25 + vector retriving ?
Sorry, i misspoke. simply, i am building a rag-app that uses the hybrid BM25 + Vector as retrievers, store with Chroma db and use Cohere's reranking as nodepostprocessor. i use textbook chapters (biology, pathology) as knowledge for RAG. it is obvious that it lacks context when responding. i would like to implement KnowledgeGraph to fill this lack of context. so the question is: is it possible to implement three retrievers, with Chroma as db, in the QueryFusionRetriever and pass it to Cohere's reranker ?