[PR #5] [MERGED] Add chat_with_documents example #23

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/5
Author: @shashankdeshpande
Created: 7/14/2023
Status: Merged
Merged: 7/17/2023
Merged by: @sfc-gh-jcarroll

Base: mainHead: main


📝 Commits (4)

  • e1440ff added DocQA chatbot
  • 1cd7956 dependency updates
  • a8e199c README update
  • cba489b Clean ups on chat_with_documents and add a quick Retrieval Handler

📊 Changes

4 files changed (+943 additions, -17 deletions)

View changed files

📝 README.md (+1 -1)
📝 poetry.lock (+841 -15)
📝 pyproject.toml (+3 -1)
streamlit_agent/chat_with_documents.py (+98 -0)

📄 Description

Please check @sfc-gh-jcarroll


🔄 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/5 **Author:** [@shashankdeshpande](https://github.com/shashankdeshpande) **Created:** 7/14/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`e1440ff`](https://github.com/langchain-ai/streamlit-agent/commit/e1440ffd0d6a273a8e1fad0f9ec7da800dae7049) added DocQA chatbot - [`1cd7956`](https://github.com/langchain-ai/streamlit-agent/commit/1cd7956cb26dbdaa6e62325b6f5e0839dfc48f3a) dependency updates - [`a8e199c`](https://github.com/langchain-ai/streamlit-agent/commit/a8e199c27b1646706b031fdfc6b152d78c205e6d) README update - [`cba489b`](https://github.com/langchain-ai/streamlit-agent/commit/cba489b854c12fa0ebcb8dbffab6d1f337b58229) Clean ups on chat_with_documents and add a quick Retrieval Handler ### 📊 Changes **4 files changed** (+943 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `poetry.lock` (+841 -15) 📝 `pyproject.toml` (+3 -1) ➕ `streamlit_agent/chat_with_documents.py` (+98 -0) </details> ### 📄 Description Please check @sfc-gh-jcarroll --- <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#23