Find answers from the community

Updated 3 months ago

im running into knownlegde graph RAG

im running into knownlegde graph RAG query , this uses retrivers keyword embedding. bit this have error:
File ~/anaconda3/lib/python3.10/site-packages/llama_index/core/indices/knowledge_graph/retrievers.py:823, in KnowledgeGraphRAGRetriever._retrieve_embedding(self, query_bundle)
821 return []
822 # TBD: will implement this later with vector store.
--> 823 raise NotImplementedError

NotImplementedError:
how to fix to run this?
W
1 comment
Well this is currently a TODO and to fix it you'll have to update the method by yourself.
Add a reply
Sign up and join the conversation on Discord