[PR #2991] [CLOSED] Merge from main repo to my local one #60006

Closed
opened 2026-05-06 02:33:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2991
Author: @svenheins
Created: 6/10/2024
Status: Closed

Base: mainHead: merge


📝 Commits (10+)

  • 3bee97e pipelines work
  • d8253e3 Update README.md
  • 0319173 clean up + .env.example
  • afaf83d readme with serper_api token
  • 87f9872 no_proxy changes for proxy environment
  • 75b8bf1 change pipeline tools -> external, more modular
  • fa06ead start summarization with notebook
  • 9d56354 websearch works for current Dockerfile -> crewai vs langchain versions need fix
  • 45696c4 3 different pipelines with different requirements and endpoints
  • d9449b2 Merge pull request #1 from open-webui/main

📊 Changes

21 files changed (+4469 additions, -3 deletions)

View changed files

📝 .env.example (+3 -0)
📝 README.md (+10 -0)
docker-compose.pipelines.yaml (+125 -0)
notebooks/iz_SJ5TpLJ0.txt (+3392 -0)
notebooks/youtube_extract.ipynb (+312 -0)
pipelines/Dockerfile_base (+4 -0)
pipelines/Dockerfile_crewai (+7 -0)
pipelines/Dockerfile_weblink_youtube (+7 -0)
pipelines/mount/.env.example (+2 -0)
pipelines/mount/base/ollama_pipeline.py (+60 -0)
pipelines/mount/base/ollama_pipeline/valves.json (+1 -0)
pipelines/mount/base/wikipedia_pipeline.py (+69 -0)
pipelines/mount/base/wikipedia_pipeline/valves.json (+1 -0)
pipelines/mount/crewai/travel_pipeline.py (+325 -0)
pipelines/mount/crewai/travel_pipeline/valves.json (+1 -0)
pipelines/mount/weblink_youtube/weblink_summarization_pipeline.py (+107 -0)
pipelines/mount/weblink_youtube/weblink_summarization_pipeline/valves.json (+1 -0)
pipelines/src/crewai_tools/__init__.py (+0 -0)
pipelines/src/crewai_tools/search_tools.py (+34 -0)
prompts/prompt-Websim.ai URL Generator _ Fake URL generator.json (+1 -0)

...and 1 more files

📄 Description

added

140 ish commits to my repo


🔄 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/open-webui/pull/2991 **Author:** [@svenheins](https://github.com/svenheins) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `merge` --- ### 📝 Commits (10+) - [`3bee97e`](https://github.com/open-webui/open-webui/commit/3bee97ebd9d53a2fb25dfdd627801b048701642f) pipelines work - [`d8253e3`](https://github.com/open-webui/open-webui/commit/d8253e32c04f59c8a1be58690737d375b1af95c0) Update README.md - [`0319173`](https://github.com/open-webui/open-webui/commit/0319173d303b0396f5350f4157b4627d4daad332) clean up + .env.example - [`afaf83d`](https://github.com/open-webui/open-webui/commit/afaf83d582e725ceade9b1962fd10faea813f583) readme with serper_api token - [`87f9872`](https://github.com/open-webui/open-webui/commit/87f98722473dc4c5dcbd64713460e88e6c1d84c5) no_proxy changes for proxy environment - [`75b8bf1`](https://github.com/open-webui/open-webui/commit/75b8bf19e2e9ea0866d6830318819ada7e3fab37) change pipeline tools -> external, more modular - [`fa06ead`](https://github.com/open-webui/open-webui/commit/fa06ead71765b86bcdebddd917fb06c99ec85d1e) start summarization with notebook - [`9d56354`](https://github.com/open-webui/open-webui/commit/9d563548584526bb038c3c5c8d28e8d4140eb1f4) websearch works for current Dockerfile -> crewai vs langchain versions need fix - [`45696c4`](https://github.com/open-webui/open-webui/commit/45696c4d3e561d73c03b5ade02cf96d8e000ee48) 3 different pipelines with different requirements and endpoints - [`d9449b2`](https://github.com/open-webui/open-webui/commit/d9449b2ab9a7120871f0a686101b928bde3a6852) Merge pull request #1 from open-webui/main ### 📊 Changes **21 files changed** (+4469 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `README.md` (+10 -0) ➕ `docker-compose.pipelines.yaml` (+125 -0) ➕ `notebooks/iz_SJ5TpLJ0.txt` (+3392 -0) ➕ `notebooks/youtube_extract.ipynb` (+312 -0) ➕ `pipelines/Dockerfile_base` (+4 -0) ➕ `pipelines/Dockerfile_crewai` (+7 -0) ➕ `pipelines/Dockerfile_weblink_youtube` (+7 -0) ➕ `pipelines/mount/.env.example` (+2 -0) ➕ `pipelines/mount/base/ollama_pipeline.py` (+60 -0) ➕ `pipelines/mount/base/ollama_pipeline/valves.json` (+1 -0) ➕ `pipelines/mount/base/wikipedia_pipeline.py` (+69 -0) ➕ `pipelines/mount/base/wikipedia_pipeline/valves.json` (+1 -0) ➕ `pipelines/mount/crewai/travel_pipeline.py` (+325 -0) ➕ `pipelines/mount/crewai/travel_pipeline/valves.json` (+1 -0) ➕ `pipelines/mount/weblink_youtube/weblink_summarization_pipeline.py` (+107 -0) ➕ `pipelines/mount/weblink_youtube/weblink_summarization_pipeline/valves.json` (+1 -0) ➕ `pipelines/src/crewai_tools/__init__.py` (+0 -0) ➕ `pipelines/src/crewai_tools/search_tools.py` (+34 -0) ➕ `prompts/prompt-Websim.ai URL Generator _ Fake URL generator.json` (+1 -0) _...and 1 more files_ </details> ### 📄 Description # added 140 ish commits to my repo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 02:33:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#60006