[PR #528] fix: sample rag/text_to_sql_pipeline psql port to str #446

Open
opened 2026-02-15 20:15:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/528
Author: @yht
Created: 6/24/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • edd16aa fix: sample rag/text_to_sql_pipeline psql port to str

📊 Changes

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

View changed files

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

📄 Description

I got error on load the file.
I think it's because DB_PORT defined in class Valves(BaseModel) set to str, but in init the config set to integer.


🔄 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/528 **Author:** [@yht](https://github.com/yht) **Created:** 6/24/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`edd16aa`](https://github.com/open-webui/pipelines/commit/edd16aa79c2e56c9b4a02f173fa7bc344a915c95) fix: sample rag/text_to_sql_pipeline psql port to str ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/rag/text_to_sql_pipeline.py` (+1 -1) </details> ### 📄 Description I got error on load the file. I think it's because DB_PORT defined in class Valves(BaseModel) set to str, but in __init__ the config set to integer. --- <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:38 -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#446