Find answers from the community

Updated 2 months ago

Multi -modal

Hi, is there any tutorial on Multi-modal uscases using Llamaindex and weaviate? or is there any tutorial on how to store image document in weaviate using llamaindex?
W
L
P
10 comments
There is a tutorial for chroma in llamaindex: https://docs.llamaindex.ai/en/stable/examples/multi_modal/ChromaMultiModalDemo.html


Found one article on weaviate but not sure if llamaindex weaviate class is updated to handle this or not.

https://weaviate.io/blog/multimodal-rag
normally you'd just store the node in the db, and store the image somewhere else (s3? to disk?) and just have the link to the node in the metadata
My question is more towards if we can load and store images in the weaviate db using llamaindex class the same way as the documents?
its not apparently, I tried
I don't think so right now? Or at least i haven't tried
Give it a shot if you want
Its not working- getting error on index.as_query_engine() part
but it's working as a retriever
Also, can you suggest me which DB to use for Multi-modal capabilities?
Add a reply
Sign up and join the conversation on Discord