-
Notifications
You must be signed in to change notification settings - Fork 102
Add jina-embeddings-v4 support #1833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Add as multimodal also instead of jina-clip-v2
|
To avoid any confusion in the future about your contribution to Weaviate, we work with a Contributor License Agreement. If you agree, you can simply add a comment to this PR that you agree with the CLA so that we can merge. |
I agree with the Contributor License Agreement |
|
@MaskyS can you please reformat your code with ruff? If you install precommit hooks this happens automatically on commit |
|
Thank you very much! |
Weaviate API supports Jina Embeddings V4 as of v1.31, see:
weaviate/weaviate#8587
weaviate/weaviate#8609
This PR adds it to this python SDK. It succeeds clip-v2 also as it's a multimodal model. See:
https://jina.ai/news/jina-embeddings-v4-universal-embeddings-for-multimodal-multilingual-retrieval/
cc @antas-marcin