mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #346] [CLOSED] Some fixes to text_to_sql_pipeline.py #386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/346
Author: @tdiprima
Created: 11/25/2024
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
6737c9dUpdate 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.