Find answers from the community

Updated 10 months ago

On .10

L
Z
7 comments
pip install llama-index-embeddings-clip
pip install git+https://github.com/openai/CLIP.git

Plain Text
>>> from llama_index.embeddings.clip import ClipEmbedding
>>> model = ClipEmbedding()
that doesnt work?
I use poetry, so I had it as a requirement and it was erroring on version mismatch
What kind of version mismatch? 👀 (you can always mix pip with poetry too)
can you? Fair I guess you can but it won’t install that well on docker compose if it’s a requirement of the llama-index-multi-modal or something
Can't you just add pip install git+https://github.com/openai/CLIP.git to your dockerfile? Or maybe I'm lost where/what the conflict it
Add a reply
Sign up and join the conversation on Discord