How do I enable the CLIP embedding model? #6
Answered
by
STiFLeR7
pyschofives
asked this question in
Q&A
-
|
I see the code for CLIP in v2 but I'm not sure how to initialize it manually. |
Beta Was this translation helpful? Give feedback.
Answered by
STiFLeR7
Feb 9, 2026
Replies: 1 comment
-
|
You can initialize it using CLIPEmbeddingFunction() which will load the ViT-B-32 model locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pyschofives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can initialize it using CLIPEmbeddingFunction() which will load the ViT-B-32 model locally.
Go through the src/agentic_rag/embedding.py