mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #12131] [CLOSED] perf: fetch documents once in hybrid search #38482
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/12131
Author: @Phlogi
Created: 3/27/2025
Status: ❌ Closed
Base:
main← Head:dev-fetch-documents-once📝 Commits (10+)
b61ea39refactor(lint): code lintd7a0437refac: model sort list20826e1Update translation.jsoncf449d1Update translation.json25544b3Merge branch 'open-webui:dev' into dev27a6d19Update translation.jsonab92737refac7a1cf10Merge pull request #11358 from OrenZhang/i18n_translation17a4360Update translation.json3b39807fix: updatepost_response_handler nativ tools handler to use parameters from properties fixing defaults always used📊 Changes
153 files changed (+7359 additions, -1503 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -3)📝
Dockerfile(+1 -1)📝
backend/open_webui/config.py(+60 -4)📝
backend/open_webui/env.py(+27 -15)📝
backend/open_webui/functions.py(+3 -0)📝
backend/open_webui/main.py(+43 -10)📝
backend/open_webui/retrieval/loaders/main.py(+53 -1)➕
backend/open_webui/retrieval/loaders/tavily.py(+93 -0)📝
backend/open_webui/retrieval/utils.py(+51 -37)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+20 -7)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+4 -1)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+110 -65)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+3 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+2 -1)📝
backend/open_webui/retrieval/web/utils.py(+172 -76)📝
backend/open_webui/routers/audio.py(+3 -1)📝
backend/open_webui/routers/auths.py(+1 -1)📝
backend/open_webui/routers/chats.py(+103 -0)📝
backend/open_webui/routers/files.py(+1 -1)📝
backend/open_webui/routers/images.py(+2 -4)...and 80 more files
📄 Description
Before submitting, make sure you've checked the following:
Link to discussion opened before PR: https://github.com/open-webui/open-webui/discussions/11729
Target branch: Please verify that the pull request targets the
devbranch.Description: Provide a concise description of the changes made in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests for validating the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following
Changelog Entry
Description
Changed
Function query_doc_with_hybrid_search updates:
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.