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:
Target branch: Please verify that the pull request targets the dev branch.
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? - Not yet, I wanted to wait for it to be merged.
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:
feat: Introduces a new feature or enhancement to the codebase
Changelog Entry
Description
Adding support for OpenSearch as a RAG data store
Added
OpenSearch data store connector, relevant configuration, OpenSearch-py dependency
[Attach any relevant screenshots or videos demonstrating the changes]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/6579
**Author:** [@dtaivpp](https://github.com/dtaivpp)
**Created:** 10/30/2024
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `main`
---
### 📝 Commits (3)
- [`4d75d8d`](https://github.com/open-webui/open-webui/commit/4d75d8d84f3b4b5d650a815e777b170b78b0b054) First pass at an OpenSearch connector
- [`acf1d3c`](https://github.com/open-webui/open-webui/commit/acf1d3cd6fad15a530f8228f19cf6395565045a7) Adding OpenSearch python dependancy
- [`88dca2c`](https://github.com/open-webui/open-webui/commit/88dca2ce2052c35d59c8e92a3f8256dfc4df268c) Updating requirements.txt
### 📊 Changes
**5 files changed** (+161 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/apps/rag/vector/connector.py` (+2 -0)
➕ `backend/open_webui/apps/rag/vector/dbs/opensearch.py` (+150 -0)
📝 `backend/open_webui/config.py` (+7 -0)
📝 `backend/requirements.txt` (+1 -0)
📝 `pyproject.toml` (+1 -0)
</details>
### 📄 Description
# Pull Request Checklist
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.
**Before submitting, make sure you've checked the following:**
- [X] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [X] **Description:** Provide a concise description of the changes made in this pull request.
- [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - Not yet, I wanted to wait for it to be merged.
- [X] **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?
- [X] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following:
- **feat**: Introduces a new feature or enhancement to the codebase
# Changelog Entry
### Description
- Adding support for OpenSearch as a RAG data store
### Added
- OpenSearch data store connector, relevant configuration, OpenSearch-py dependency
---
- [Attach any relevant screenshots or videos demonstrating the changes]
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6579
Author: @dtaivpp
Created: 10/30/2024
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (3)
4d75d8dFirst pass at an OpenSearch connectoracf1d3cAdding OpenSearch python dependancy88dca2cUpdating requirements.txt📊 Changes
5 files changed (+161 additions, -0 deletions)
View changed files
📝
backend/open_webui/apps/rag/vector/connector.py(+2 -0)➕
backend/open_webui/apps/rag/vector/dbs/opensearch.py(+150 -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.