[PR #346] [CLOSED] Some fixes to text_to_sql_pipeline.py #386

Closed
opened 2026-02-15 20:15:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/346
Author: @tdiprima
Created: 11/25/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • 6737c9d Update text_to_sql_pipeline.py

📊 Changes

1 file changed (+31 additions, -34 deletions)

View changed files

📝 examples/pipelines/rag/text_to_sql_pipeline.py (+31 -34)

📄 Description

Formatted code so it can be imported into Open WebUI; otherwise, it fails.
"DB_HOST" does not begin with "https://"; it's just the name of the host.
"DB_PORT" must be in quotes; it's a string, not a number.


🔄 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/open-webui/pipelines/pull/346 **Author:** [@tdiprima](https://github.com/tdiprima) **Created:** 11/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6737c9d`](https://github.com/open-webui/pipelines/commit/6737c9da9f67a179fad0c2d34bcf2746e8e82cc1) Update text_to_sql_pipeline.py ### 📊 Changes **1 file changed** (+31 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/rag/text_to_sql_pipeline.py` (+31 -34) </details> ### 📄 Description Formatted code so it can be imported into Open WebUI; otherwise, it fails. "DB_HOST" does not begin with "https://"; it's just the name of the host. "DB_PORT" must be in quotes; it's a string, not a number. --- <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 20:15:22 -05:00
yindo closed this issue 2026-02-15 20:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#386