LLM unable to reliably retrieve nodes or information from a knowledge graph using LangChain
I have a very simple knowledge graph (a toy version compared to the actual one I am working with, but I am experiencing similar issues with both) made from a table. The graph was created by using NetworkxEntityGraph()
and a series of for loops, as such: