Find answers from the community

Updated 12 months ago

On .10

At a glance

The post is a brief statement "On .10". The comments discuss issues with installing the llama-index-embeddings-clip and CLIP packages. Community members mention encountering version mismatches when using poetry and suggest trying to install CLIP directly via pip or in a Docker environment. However, there is no explicitly marked answer to the original post.

Useful resources
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