[PR #6] [MERGED] Added StreamHandler to Streamlit UI #26

Closed
opened 2026-02-15 19:15:26 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (2)

  • e2352d8 Added StreamHandler to Streamlit UI
  • 9878f87 Switch 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/streamlit-agent/pull/6 **Author:** [@Muhtasham](https://github.com/Muhtasham) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`e2352d8`](https://github.com/langchain-ai/streamlit-agent/commit/e2352d89d8cb4196f1e25b283ac741eaba44b789) Added StreamHandler to Streamlit UI - [`9878f87`](https://github.com/langchain-ai/streamlit-agent/commit/9878f872d1033b5a2f05e973a32c44d7c12eb725) Switch order of rendering ### 📊 Changes **1 file changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `streamlit_agent/chat_with_documents.py` (+13 -3) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:26 -05:00
yindo closed this issue 2026-02-15 19:15:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/streamlit-agent#26