llm-graph-builder
llm-graph-builder copied to clipboard
Text2Cypher Graph Generation doesn't answer despite correct query and results
My question generates a correct cypher query which I tested. And it also shows the result in the detail view ("Google"). but the bot says "I don't know the answer"
I recommend integrating Langchain Smith into your project, so you can see the prompts that are being sent to llm. This can help you quickly identify the real problem.
We already have LangSmith but it's currently drowning in too many traces, exceeding our usage limits. We need to look into filtering it for the Q&A part only and the extraction part only for debugging.