mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-31 14:00:34 -05:00
[PR #15133] [CLOSED] Jules was unable to complete the task in time. Please review the work… #94767
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/open-webui/pull/15133
Author: @jeanCodeUnMax
Created: 6/19/2025
Status: ❌ Closed
Base:
main← Head:jules_wip_12913474272102559826📝 Commits (1)
9a445c9Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.📊 Changes
12 files changed (+890 additions, -8 deletions)
View changed files
➕
backend/open_webui/database/vector/__init__.py(+1 -0)➕
backend/open_webui/database/vector/chroma_adapter.py(+144 -0)📝
backend/open_webui/migrations/env.py(+22 -2)➕
backend/open_webui/migrations/versions/e2a5c4f0d3b1_create_rag_processed_files_and_file_chunks_tables.py(+47 -0)➕
backend/open_webui/models/rag_files.py(+34 -0)📝
backend/open_webui/routers/files.py(+319 -2)➕
backend/open_webui/services/rag/__init__.py(+1 -0)➕
backend/open_webui/services/rag/content_chunker.py(+16 -0)➕
backend/open_webui/services/rag/document_extractor.py(+40 -0)➕
backend/open_webui/services/rag/embedding_service.py(+25 -0)📝
backend/requirements.txt(+5 -4)➕
src/lib/components/files/FileUploadManager.svelte(+236 -0)📄 Description
… done so far and provide feedback for Jules to continue.
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.