The community member is seeking help with an issue related to the KnowledgeGraphQueryEngine in the Llama Index library. They have noticed that the graph_query_synthesis_prompt parameter is optional in one part of the code, but mandatory in another part, which is causing an error when they try to run a query.
Another community member responds that this issue was introduced during a refactor in version 0.10.x, and that the newer property graph index feature may make this obsolete. They suggest the original poster look into the property graph index as a potential solution.
Yea during the v0.10.x refactor, some of the text2sql prompts disappeared π Been slightly delaying fixing this because the newer property graph index kind of makes this obsolete