mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #17810] [CLOSED] Fix/typescript import errors #47605
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/17810
Author: @BABz84
Created: 9/27/2025
Status: ❌ Closed
Base:
main← Head:fix/typescript-import-errors📝 Commits (2)
bd50dc4Merge local ORCA changes onto upstream4eafac6fix: resolve TypeScript import errors and create missing implementation files📊 Changes
217 files changed (+10388 additions, -8397 deletions)
View changed files
📝
.env.example(+6 -1)📝
CHANGELOG.md(+0 -54)➕
DEPENDENCY_SETUP_COMPLETE.md(+76 -0)➕
ORCA_PROJECT_PLAN.md(+1162 -0)➕
ORCA_REAL_ESTATE_AI_PRD.md(+520 -0)➕
ORCA_REAL_ESTATE_PRD.md(+686 -0)➖
backend/data/readme.txt(+0 -1)📝
backend/open_webui/config.py(+24 -19)➖
backend/open_webui/data/readme.txt(+0 -1)📝
backend/open_webui/env.py(+3 -7)📝
backend/open_webui/functions.py(+1 -1)📝
backend/open_webui/main.py(+11 -104)📝
backend/open_webui/models/channels.py(+0 -4)📝
backend/open_webui/models/chats.py(+1 -16)📝
backend/open_webui/models/files.py(+0 -11)📝
backend/open_webui/models/notes.py(+8 -61)📝
backend/open_webui/models/oauth_sessions.py(+0 -20)📝
backend/open_webui/models/tools.py(+0 -2)📝
backend/open_webui/retrieval/utils.py(+1 -7)➖
backend/open_webui/retrieval/web/ollama.py(+0 -51)...and 80 more files
📄 Description
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.