Multimodal RAG #1110
Replies: 2 comments
-
|
Hi @subnetdusk thx and welcome In v2 there is already the possibility to have multiple llms and embedders, with agents deciding what they want to use. A little more complicated is defining a uniform interface for memory, because query and filters can take on so many types and memory usage itself should be contextual (not necessarily the first step as in classic RAG systems). Not sure, maybe the best choice is to leave memory completely to plugins, hooking Tell me yours! BTW I confirm this will be possible |
Beta Was this translation helpful? Give feedback.
-
|
Hi Piero, (love your yt channel btw), |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody, big fan of this project.
I'd like to ask if multimodal RAG support is in the roadmap. Basically allowing to query the vector database using image embeddings from PDFs, retrieve the actual image file (via path in metadata) and pass it to the LLM. That would be a great addition. Ciao!
Beta Was this translation helpful? Give feedback.
All reactions