mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Integration with external RAG pipelines #1555
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 @anmolbhatia05 on GitHub (Jul 18, 2024).
Is your feature request related to a problem? Please describe.
Our company has a lot of internal documents stored in a vector DB, system prompt that works well with our retrieval use cases and return prompt templates, we would like to use open-webui as a frontend to this RAG system.
Describe the solution you'd like
It would make this tool really extensible if there is a way to integrate existing RAG pipelines that have their own embeddings store, system prompts, prompt templates, etc.
Describe alternatives you've considered
We made our own frontend, but open-webui has so many other functionalities that we would like to somehow integrate these.
Additional context
Add any other context or screenshots about the feature request here.