So I am using "EmbeddedTablesUnstructuredRetrieverPack" for my tables use case. Any way to stream the response? embedded_tables_unstructured_pack.run() is returning the right response but how to stream it? Also using this pack I can only ask questions and get an answer right. I can't really "Chat"?
Thanks for this insight @Logan M ! While I did change the code line to "self.query_engine = RetrieverQueryEngine.from_args(self.recursive_retriever, streaming=True)", Do we need changes on the "run" funcitona s well to accomplish streaming. Kinda new here and a bit rusty with concepts AND on a clock. A quick help would be really appreciated! β€οΈ