jina-ai / executor-faissindexer

A similarity search indexer based on Faiss. https://hub.jina.ai/executor/8gsd0tts
4 stars 1 forks source link

chore: update for Jina 3 #13

Closed psteitz closed 2 years ago

psteitz commented 2 years ago

This patch makes the changes necessary for faissindexer to work with Jina 3.

JoanFM commented 2 years ago

Hey @psteitz ,

Thanks very much for this awesome contribution. We need to adapt the workflows to make sure they are built with 3.0 version.

psteitz commented 2 years ago

Tests pass when run locally with Jina 3.0.3 which I think brings in docarray 0.8.1. Sorry I did not see CI was using 2.x.

numb3r3 commented 2 years ago

@psteitz thanks for your contribution. I just upgrade the CI workflow, and please rebase your PR.