Hi ,
I am trying to use Neo4j with LLM .
The flow :
User input question , LLM converts it to cyper query and then sent to Neo4j .
Next , Neo4j retrives the data and outputs the cypher query in excel format.
Now this excel is processed by LLM and output to user.
Currently i am getting output with cypher query but i want to see my results in table format or excel ,
help me how to do this ,
Thanks