Find answers from the community

Updated 11 months ago

Hello, I am currently going through this

Hello, I am currently going through this notebook: https://docs.llamaindex.ai/en/stable/examples/pipeline/query_pipeline_sql.html. Is there a way to store the SQL query inferred? As far as I see, after calling "response = qp.run(query=query") print(str(response))" even if I see it printed out, i do not find it stored.
L
1 comment
Good question! I think you'd have to add some custom pass-through component to capture the sql query and record it somewhere
Add a reply
Sign up and join the conversation on Discord