[PR #4312] [MERGED] docs: add text2sql-framework to community middleware integrations #4297

Closed
opened 2026-06-05 19:13:25 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4312
Author: @cpenniman12
Created: 6/4/2026
Status: Merged
Merged: 6/5/2026
Merged by: @sydney-runkle

Base: mainHead: add-text2sql-community-middleware


📝 Commits (3)

  • 8fcd5f2 docs: add text2sql-framework to community middleware integrations
  • 64d593c Update text2sql-framework description
  • e1626c1 Merge branch 'main' into add-text2sql-community-middleware

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/middleware/index.mdx (+1 -0)

📄 Description

Overview

Adds text2sql-framework to the Python community middleware integrations table.

text2sql-framework is a text-to-SQL middleware that plugs into any LangChain create_agent. It exposes a read-only execute_sql tool plus dialect-aware schema-exploration guidance in the system prompt, letting the agent autonomously discover tables, write queries, and self-correct errors — without a pre-built semantic layer or RAG pipeline.

Type of change

Type: Update existing documentation (one row added to the community middleware table)

Related issues/PRs

  • GitHub issue: n/a
  • Feature PR: n/a

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev (change is one table row mirroring the format of existing rows; happy to run locally if requested)
  • All code examples have been tested and work correctly (no code examples in this change)
  • I have used root relative paths for internal links (no internal links — only external GitHub/PyPI URLs, matching surrounding rows)
  • I have updated navigation in src/docs.json if needed (n/a — community middleware additions don't require nav changes; pattern matches recent merged PRs #4001, #4079, #4025)

Additional notes

Only the Python community middleware table is updated. text2sql-framework is Python-only, so no change to the JavaScript middleware index.


🔄 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/docs/pull/4312 **Author:** [@cpenniman12](https://github.com/cpenniman12) **Created:** 6/4/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `add-text2sql-community-middleware` --- ### 📝 Commits (3) - [`8fcd5f2`](https://github.com/langchain-ai/docs/commit/8fcd5f26e22886d18fc632f8a968bc4cac4415ac) docs: add text2sql-framework to community middleware integrations - [`64d593c`](https://github.com/langchain-ai/docs/commit/64d593c73c5cd832a76db2e5af6e25bbf269ee19) Update text2sql-framework description - [`e1626c1`](https://github.com/langchain-ai/docs/commit/e1626c17b942aacbcc341b2a432e9de597db7ac1) Merge branch 'main' into add-text2sql-community-middleware ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/middleware/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Adds `text2sql-framework` to the Python community middleware integrations table. `text2sql-framework` is a text-to-SQL middleware that plugs into any LangChain `create_agent`. It exposes a read-only `execute_sql` tool plus dialect-aware schema-exploration guidance in the system prompt, letting the agent autonomously discover tables, write queries, and self-correct errors — without a pre-built semantic layer or RAG pipeline. - PyPI: https://pypi.org/project/text2sql-framework/ - Repo: https://github.com/Text2SqlAgent/text2sql-framework ## Type of change **Type:** Update existing documentation (one row added to the community middleware table) ## Related issues/PRs - GitHub issue: n/a - Feature PR: n/a ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` *(change is one table row mirroring the format of existing rows; happy to run locally if requested)* - [x] All code examples have been tested and work correctly *(no code examples in this change)* - [x] I have used **root relative** paths for internal links *(no internal links — only external GitHub/PyPI URLs, matching surrounding rows)* - [x] I have updated navigation in `src/docs.json` if needed *(n/a — community middleware additions don't require nav changes; pattern matches recent merged PRs #4001, #4079, #4025)* ## Additional notes Only the Python community middleware table is updated. `text2sql-framework` is Python-only, so no change to the JavaScript middleware index. --- <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-06-05 19:13:25 -04:00
yindo closed this issue 2026-06-05 19:13:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4297