-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: Add jina v3 support #139
base: main
Are you sure you want to change the base?
Conversation
Hmm @Anush008, is it running out of disk space? |
I am not sure why the failure. |
Ah, file retrieval is selective, makes sense. Still not able to run the full tests locally so this might take a while 👯 |
@Anush008 I'm a bit at a loss at this point. Previous commit said it expected a dim of {3, 1 ,1, 1024 } for the task ids. Changed the dims to match the rest, now it gives an out of bounds error with no clear indiciation where. I have honestly zero clues. Do you have any? Otherwise maybe worth it to split v2/v3, as v2 seems to pass (since the start). |
Adds support for jina v2 code and jina v3, both popular and well ranking models.
I'm struggling a bit with the tests on my mac, getting some varied result. Last time on linux that wasn't an issue. Even though the Jina tests seem to pass.