A community member is trying to use the Knowledge Graph Query Engine but is encountering an error message: "AttributeError: 'NoneType' object has no attribute 'kwargs'". They have confirmed that the knowledge graph is up and running and can run direct queries against it successfully. The community members discuss the issue, noting that the problem is related to changes in the llama_index library since version 0.10.x, and that the prompt template is now set to None. One community member suggests checking a specific notebook that they used to make it work.
Hi everyone, I'm trying to get Knowledge Graph Query Engine work on my end and I'm getting some error message that I don't understand. This happens when I call query_eninge.qyery("my query") The error message that I get is this: AttributeError: 'NoneType' object has no attribute 'kwargs' I can confirm that the knowledge graph is up and running and it has data inserted in it already and can run direct queries against it successfully. Wondering if any of you knows what's the problem here. Complete error message in the thread. Thanks!