Replies: 2 comments
-
#9 I believe this would cover your use case! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used the RAG API after i copied the webui.db and the chroma.sqlite, into the pipelines folder. EXAMPLE CODE FOR Jupyter:
|
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
-
My use-case is that I'd like to perform RAG with some documents that are not included in the list of imported langchain_community.document_loaders. I have a working loader based on llama_index Document/BaseReader that I could refactor but I don't see a way to add it without forking. The file format is internal/private and it wouldn't make sense to be added to the main open-webui project.
I found in the examples where I could implement an entire RAG pipeline and that's what I initially planned to do but the built in document handling is excellent and it appears I lose most of that functionality if I go this route so I thought it was worth asking about.
Beta Was this translation helpful? Give feedback.
All reactions