mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #16185] [MERGED] feat: oracle 23ai Vector search for new supported vector db #24054
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/16185
Author: @hiwylee
Created: 7/31/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @tjbck
Base:
dev← Head:vector-search-branch📝 Commits (10+)
3e2fd07oracle 23ai vector searchb56dbb2alpha225e241aadded new feature : oracle23ai vector search12ebdbarefactor oracle23ai.pye0afd7ffianl : vector-search-feature39e4551add oracledb package to requirements.txt46e0992json_serialize returing varchar2(2096)a8a8fd5yarn.lock removed6b639cdIgnore yarnlock0e640ddresolve conflict📊 Changes
9 files changed (+1067 additions, -40 deletions)
View changed files
📝
.gitignore(+2 -0)📝
backend/open_webui/config.py(+35 -0)➕
backend/open_webui/retrieval/vector/dbs/oracle23ai.py(+888 -0)📝
backend/open_webui/retrieval/vector/factory.py(+4 -0)📝
backend/open_webui/retrieval/vector/type.py(+1 -0)📝
backend/requirements.txt(+1 -0)📝
package-lock.json(+59 -39)📝
pyproject.toml(+1 -1)📝
uv.lock(+76 -0)📄 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
It is expected to provide performance and stability suitable for handling large-scale documents.
In addition, since it enables integration between existing business data and vectors at the database level, it is expected to offer high utility in practical use cases.
Added
Changed
Deprecated
-N/A
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.