-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: RAG hooks (e.g. upload_document) #9
Comments
Reposting for discussion purposes: What would be the suggested approach to query the documents that OpenWebUI already has in memory? Currently, I'm "copying" the approach from the Apps/RAG section of the web UI, but it feels quite heavy (had to transplant lot of files/modules to pipelines to make it work), and fails to fetch collections by names, unless i put the hashed name in the search. What would be a better way to conduct rag on the current documents we have on openwebui? |
That's a use case I haven't deeply thought about yet, but you should be able to use open webui API to do basic retrieval tasks. (check Could elaborate more on how you'd like to utilise pipelines and I'll make the appropriate changes if needed! |
Yep, Im currently working on making the pipeline i described in the enhancement. This would mean that the first query is used to run a search through the whole documents database. |
pipelines should have all the hooks required for enable custom end-to-end RAG for open-webui
The text was updated successfully, but these errors were encountered: