Find answers from the community

Updated 5 months ago

im running into knownlegde graph RAG

At a glance

The community member is encountering an error while running a knowledge graph RAG query that uses retriever keyword embedding. The error message indicates that the _retrieve_embedding method is not implemented. A comment from another community member suggests that this is a TODO item and the community member will need to update the method themselves to fix the issue.

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