Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Multi -modal
Multi -modal
Inactive
0
Follow
P
Pujari12
10 months ago
Β·
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
Share
Open in Discord
W
WhiteFang_Jr
10 months ago
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
L
Logan M
10 months ago
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
P
Pujari12
10 months ago
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?
P
Pujari12
10 months ago
its not apparently, I tried
P
Pujari12
10 months ago
is this example replicable for weaviate? -
https://docs.llamaindex.ai/en/stable/examples/multi_modal/gpt4v_multi_modal_retrieval.html
L
Logan M
10 months ago
I don't think so right now? Or at least i haven't tried
L
Logan M
10 months ago
Give it a shot if you want
P
Pujari12
10 months ago
Its not working- getting error on index.as_query_engine() part
P
Pujari12
10 months ago
but it's working as a retriever
P
Pujari12
10 months ago
Also, can you suggest me which DB to use for Multi-modal capabilities?
Add a reply
Sign up and join the conversation on Discord
Join on Discord