mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #6598] [MERGED] feat: OpenSearch vector db support #21915
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/6598
Author: @dtaivpp
Created: 10/30/2024
Status: ✅ Merged
Merged: 11/4/2024
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (9)
7228b39Update README.mdfb30b66First pass at an OpenSearch connectora39ddfdAdding OpenSearch python dependancy6aec971Updating requirements.txtef7a9e2Update chromadb and pymilvus versions16089abFix formatting in pyproject.toml dependencies list4baab4bMerge branch 'open-webui:main' into mainafca480Moving new config to under retreval705e312Updating config format.📊 Changes
6 files changed (+165 additions, -12 deletions)
View changed files
📝
README.md(+0 -12)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -0)➕
backend/open_webui/apps/retrieval/vector/dbs/opensearch.py(+152 -0)📝
backend/open_webui/config.py(+7 -0)📝
backend/requirements.txt(+1 -0)📝
pyproject.toml(+1 -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
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.