RAG through open-webui #132
Unanswered
Meeeee6623
asked this question in
Q&A
Replies: 1 comment
-
From what I've seen, it's looking like the best option right now might be to modify the open-webui backend to write to a database like weaviate, and then just write a pipeline to query it - for clarification, I want to be able to customize both the chunking logic and the querying logic for this vector store. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to access the documents/vector store uploaded to open webui's built-in RAG system? I want users to be able to upload their own documents to my custom vector store, but the RAG pipeline examples I see all build their vector store on startup and don't modify it.
Is this something that pipelines can do or should I just modify the RAG logic in the open-webui backend?
Beta Was this translation helpful? Give feedback.
All reactions