mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-09 06:35:39 -04:00
[PR #528] fix: sample rag/text_to_sql_pipeline psql port to str #446
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/528
Author: @yht
Created: 6/24/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
edd16aafix: 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.