mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 18:15:39 -04:00
[PR #322] [CLOSED] Fork #377
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/322
Author: @naouflex
Created: 11/11/2024
Status: ❌ Closed
Base:
main← Head:fork📝 Commits (2)
f2e5d97Init2a2e559Add analyst and designer pipelines📊 Changes
13 files changed (+661 additions, -115 deletions)
View changed files
📝
.gitignore(+1 -1)📝
examples/pipelines/providers/openai_pipeline.py(+0 -1)➖
examples/pipelines/rag/text_to_sql_pipeline.py(+0 -111)➕
pipelines/designer.py(+90 -0)➕
pipelines/openai_dalle_manifold_pipeline/valves.json(+1 -0)➕
pipelines/sql_analyst.py(+163 -0)➕
pipelines/text_to_sql/base.py(+124 -0)➕
pipelines/text_to_sql/prompt.py(+42 -0)➕
pipelines/text_to_sql/tool.py(+159 -0)➕
pipelines/text_to_sql/toolkit.py(+72 -0)➕
pipelines/text_to_sql_pipeline/valves.json(+1 -0)📝
requirements.txt(+7 -1)📝
start.sh(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.