Skip to content
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

[Feature]: jina-clip-v1 #187

Open
ppaanngggg opened this issue Oct 31, 2024 · 0 comments
Open

[Feature]: jina-clip-v1 #187

ppaanngggg opened this issue Oct 31, 2024 · 0 comments

Comments

@ppaanngggg
Copy link

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

{
  "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"
}

Are you going to work on this feature?

🆘 No, could someone else please consider working on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant