Hi there, I 'm using Llamaindex Python Query Engine, and its working fine. Was wondering if we can put streaming = True for this engine. If yes how? In future my intent is to move from query engine to chat engine or agent b passing this python query engine as a tool.
I'm trying to build a chat engine on my tabular databse. (pandas or sql) Can someone share an example how can we do that? I'm able to built query engine, but it has to support conversations hence resorting to chat engine.