mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #5862] feat: Add OpenSearch as a vector store to open-webui #68756
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?
Originally created by @dtaivpp on GitHub (Oct 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5862
Is your feature request related to a problem? Please describe.
open-webui should support other vector stores such as OpenSearch for RAG. I am really putting this here to see if there is any objections to adding another vector store. I am happy to contribute this so long as it aligns with the project.
Describe the solution you'd like
To start with, I think a straightforward adaptor should be implemented that allows users to use OpenSearch as a RAG backend with open-webui.
Describe alternatives you've considered
Not supporting would be easier but it's always nice to have alternatives.
Additional context
Add any other context or screenshots about the feature request here.