mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #11445] [CLOSED] enh: frontmatter pip install #38366
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/11445
Author: @thiswillbeyourgithub
Created: 3/9/2025
Status: ❌ Closed
Base:
main← Head:enh_frontmatter_pip_install📝 Commits (10+)
9cc9df3fix(chat): resolve duplicate collapsible IDs causing citation modal failures561f4d5i18n: zh-cn98376fbi18n: zh-cn92fb110i18n(common): add i18n translation6cb0c03fix: opensearch vector db query structures, result mapping, filters, bulk query actions, knn_vector usage987954cfeat: Add Tavily extract web loader integrationd862295fix: update chat completion tools handler to use parameters from spec fixing defaults always used04921beMerge pull request #11287 from Youggls/devf8f5423Merge pull request #11290 from panda44312/patch-572ea6ddrefactor(lint): code lint📊 Changes
78 files changed (+1014 additions, -343 deletions)
View changed files
📝
backend/open_webui/config.py(+38 -1)📝
backend/open_webui/env.py(+1 -1)📝
backend/open_webui/main.py(+4 -1)➕
backend/open_webui/retrieval/loaders/tavily.py(+98 -0)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+120 -64)📝
backend/open_webui/retrieval/web/utils.py(+158 -67)📝
backend/open_webui/routers/auths.py(+1 -1)📝
backend/open_webui/routers/openai.py(+24 -12)📝
backend/open_webui/utils/middleware.py(+9 -9)📝
backend/open_webui/utils/plugin.py(+8 -5)📝
src/lib/components/AddConnectionModal.svelte(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+12 -4)📝
src/lib/components/admin/Settings/Images.svelte(+9 -5)📝
src/lib/components/admin/Settings/Models/ModelList.svelte(+2 -1)📝
src/lib/components/admin/Settings/WebSearch.svelte(+6 -2)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+12 -3)📝
src/lib/components/channel/Messages.svelte(+7 -4)📝
src/lib/components/chat/Chat.svelte(+8 -1)📝
src/lib/components/chat/Messages/Citations.svelte(+1 -1)📝
src/lib/components/chat/Messages/CodeBlock.svelte(+3 -1)...and 58 more files
📄 Description
Closed in favor of #11472
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
Security
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.