We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jina-clip-v1 is the best multi-modal embedding model now.
It can be used to build better image retrieval application.
According to the api https://jina.ai/?sui&model=jina-clip-v1
We need to pass plain text as
{ "text": "A blue cat" }
or image from url or base64 encoded as
{ "image": "https://i.pinimg.com/600x315/21/48/7e/21487e8e0970dd366dafaed6ab25d8d8.jpg" }, { "image": "R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7" }
🆘 No, could someone else please consider working on it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does the new feature solve?
jina-clip-v1 is the best multi-modal embedding model now.
What does the feature do?
It can be used to build better image retrieval application.
Implementation challenges
According to the api https://jina.ai/?sui&model=jina-clip-v1
We need to pass plain text as
or image from url or base64 encoded as
Are you going to work on this feature?
🆘 No, could someone else please consider working on it?
The text was updated successfully, but these errors were encountered: