Find answers from the community

Updated 2 months ago

hello devs, i get lost a bit looking to

hello devs, i get lost a bit looking to use LLava model , i searched the docs and the import i found in the example it doesn't work or maybe you changed the name of the Classes, i need to use LLava to read the input images
L
m
4 comments
The docs should be correct imo?

Plain Text
pip install llama-index-multi-modal-llms-ollama


Plain Text
from llama_index.multi_modal_llms.ollama import OllamaMultiModal
There's a cookbook here
https://docs.llamaindex.ai/en/stable/examples/multi_modal/ollama_cookbook/

It has the installs at the top πŸ‘

Just note that if you are working in a notebook, typically you should restart it after installing packages
ok , noted , tnx 😍
Add a reply
Sign up and join the conversation on Discord