dew-maris-hugeman
Results
1
comments of
dew-maris-hugeman
My `llama-index` package is `0.10.31` and I try to pass the `graph_query_synthesis_prompt` argument and it worked. Here is my code snippet. ``` from llama_index.legacy.query_engine.knowledge_graph_query_engine import DEFAULT_NEO4J_NL2CYPHER_PROMPT query_engine = KnowledgeGraphQueryEngine( storage_context=storage_context,...