Aryankb opened a new pull request, #197: URL: https://github.com/apache/incubator-hugegraph-ai/pull/197
Fixes #173 Fixes:- - Enabled streaming output generation in` rag_block -> rag_answer`, can be applied to all other output boxes of gradio - updated gradio to 5.20.0, no breaking changes found. - exploring more gradio features, will try to update them with future issues. Modifications:- used gr.update() in rag_block to generate streaming output. How to Test:- Run python3 -m hugegraph_llm.demo.rag_demo.app in CLI click `Answer question` under `RAG and user functions`. the output is streaming. (though it is not async. the final output is streaming after collecting all outputs) [Screencast from 03-07-2025 01:13:46 PM.webm](https://github.com/user-attachments/assets/b4b20744-2b0e-43ac-b8fc-28ba5b1d3e8b) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
