mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-19 14:43:34 -04:00
[PR #382] [CLOSED] Fix/versioning2 #401
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/382
Author: @ezavesky
Created: 12/30/2024
Status: ❌ Closed
Base:
main← Head:fix/versioning2📝 Commits (10+)
f697b2dfix(add-fyve-overlay): add Fyve overlay for pipelinesc80526dfix(build): docker compose build for testing with openwebui local2628e53fix(wikipedia-pipeline): update wikipedia pipeline example (api + responses)fa35961fix(wikipedia): update wikipedia and run structuref6f234afix(wikipedia-streaming): convert to streaming-compatible responsesdd76e26fix(wikipedia-streaming): convert to streaming-compatible responses010aeb3fix(docker-build): refine start.sh for pre-install at docker build8160763fix(install-build): refine run/build script for preinstallc71eb92docs(docker-build): update the README for advanced docker buildd04150brefactor(auto-build): refactor for autobuild using fyve infra folder📊 Changes
22 files changed (+1080 additions, -64 deletions)
View changed files
📝
.dockerignore(+4 -0)➕
.github/workflows-fyve/docker-compose-local.yaml(+41 -0)➕
.github/workflows-fyve/docker_build.sh(+59 -0)➕
.github/workflows-fyve/docker_run.sh(+56 -0)➕
.github/workflows-fyve/docker_test.sh(+40 -0)➕
.github/workflows/fyve_coverage.yml(+34 -0)➕
.github/workflows/fyve_deploy.yml(+23 -0)➕
.github/workflows/fyve_publish_aws.yml(+99 -0)➕
.github/workflows/fyve_pull_request.yml(+19 -0)➕
.github/workflows/fyve_testing.yml(+32 -0)➕
.github/workflows/fyve_versioning.yml(+24 -0)📝
.gitignore(+4 -2)➕
CHANGELOG.md(+12 -0)📝
Dockerfile(+23 -1)📝
README.md(+73 -0)📝
examples/pipelines/integrations/wikipedia_pipeline.py(+188 -39)➕
pipelines-fyve/wikipedia_pipeline.py(+218 -0)➕
pyproject.toml(+64 -0)➕
requirements-test.txt(+3 -0)📝
start.sh(+44 -22)...and 2 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.