mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-07-18 18:14:30 -04:00
[PR #6] [MERGED] Added StreamHandler to Streamlit UI #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/streamlit-agent/pull/6
Author: @Muhtasham
Created: 7/17/2023
Status: ✅ Merged
Merged: 7/20/2023
Merged by: @sfc-gh-jcarroll
Base:
main← Head:patch-1📝 Commits (2)
e2352d8Added StreamHandler to Streamlit UI9878f87Switch order of rendering📊 Changes
1 file changed (+13 additions, -3 deletions)
View changed files
📝
streamlit_agent/chat_with_documents.py(+13 -3)📄 Description
Implemented StreamHandler in the Streamlit application. This change enables the application to provide real-time streaming of the output from the language model during the execution of the Conversational Retrieval Chain.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.