mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #12924] [CLOSED] Merge newest version #9848
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/12924
Author: @aidenpearce001
Created: 4/16/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (10+)
cc777acrate limit control9544392remove unnecessary change8ce0c64remove unnecessary change6c98a52remove unnecessary changec72572eadd feature flag + get token usage for ollama952e4dbupdate docker-compose buildecf57dbMerge pull request #1 from ail-agency/token-limit-control5d52067parent document64923d3Merge branch 'threat-core' into feat/parent-documentefc8affparent retriever📊 Changes
96 files changed (+1703 additions, -377 deletions)
View changed files
📝
.env.example(+26 -10)📝
Dockerfile(+10 -0)📝
README.md(+3 -3)📝
backend/open_webui/config.py(+20 -0)➕
backend/open_webui/decorators/rate_limit.py(+38 -0)📝
backend/open_webui/env.py(+7 -3)➕
backend/open_webui/internal/redis.py(+40 -0)📝
backend/open_webui/main.py(+11 -1)➕
backend/open_webui/migrations/versions/39eda5e01911_create_document_table.py(+36 -0)➕
backend/open_webui/migrations/versions/76be63986ba6_add_rate_limit_to_user.py(+31 -0)➕
backend/open_webui/models/documents.py(+146 -0)📝
backend/open_webui/models/users.py(+8 -0)📝
backend/open_webui/retrieval/loaders/main.py(+7 -2)➕
backend/open_webui/retrieval/models/jina_remote.py(+60 -0)📝
backend/open_webui/retrieval/utils.py(+186 -95)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+22 -0)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+287 -56)📝
backend/open_webui/retrieval/vector/main.py(+1 -0)📝
backend/open_webui/routers/knowledge.py(+10 -0)📝
backend/open_webui/routers/retrieval.py(+139 -19)...and 76 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.