[PR #10] [MERGED] Improvements! #28

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/streamlit-agent/pull/10
Author: @sfc-gh-jcarroll
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @sfc-gh-jcarroll

Base: mainHead: add-links


📝 Commits (3)

  • c3908ee Add caching and black formatting to chat_with_sql
  • 13c6e9a Add links to new deployed apps
  • 6d2208b Update to streamlit 1.25

📊 Changes

5 files changed (+16 additions, -23 deletions)

View changed files

📝 README.md (+2 -2)
📝 poetry.lock (+4 -7)
📝 pyproject.toml (+1 -1)
streamlit-1.24.1-py2.py3-none-any.whl (+0 -0)
📝 streamlit_agent/chat_with_sql_db.py (+9 -13)

📄 Description

  • Add hosted links for 2 new apps
  • Upgrade to Streamlit 1.25
  • Add a cache ttl on SQL DB agent to reduce memory usage on cloud

🔄 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/10 **Author:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@sfc-gh-jcarroll](https://github.com/sfc-gh-jcarroll) **Base:** `main` ← **Head:** `add-links` --- ### 📝 Commits (3) - [`c3908ee`](https://github.com/langchain-ai/streamlit-agent/commit/c3908eef1ef88a61238f93cd61821930349e6933) Add caching and black formatting to chat_with_sql - [`13c6e9a`](https://github.com/langchain-ai/streamlit-agent/commit/13c6e9a621010e341badbd515880a3c44142c415) Add links to new deployed apps - [`6d2208b`](https://github.com/langchain-ai/streamlit-agent/commit/6d2208be6e4cee0e19b121880d6465dfd4b02fb0) Update to streamlit 1.25 ### 📊 Changes **5 files changed** (+16 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `poetry.lock` (+4 -7) 📝 `pyproject.toml` (+1 -1) ➖ `streamlit-1.24.1-py2.py3-none-any.whl` (+0 -0) 📝 `streamlit_agent/chat_with_sql_db.py` (+9 -13) </details> ### 📄 Description - Add hosted links for 2 new apps - Upgrade to Streamlit 1.25 - Add a cache ttl on SQL DB agent to reduce memory usage on cloud --- <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:27 -05:00
yindo closed this issue 2026-02-15 19:15:27 -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#28