milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.68k stars 2.93k forks source link

Does Milvus support to use on nvidia jetson xavier? #4161

Closed 17120033 closed 3 years ago

17120033 commented 4 years ago

Please state your issue using the following template and, most importantly, in English.

What would you like to be added ?

Why is this needed ?

17120033 commented 4 years ago

note: i need to do embeddings similarity search on nvidia jetson xavier, like Face recognition task!!!

wxyucs commented 4 years ago

@17120033 Hi, Milvus does not support running on the ARM platform now. There is an old version that works on NVIDIA Jetson Nano: https://github.com/scsven/milvus/tree/jetson-nano.

17120033 commented 4 years ago

@17120033 Hi, Milvus does not support running on the ARM platform now. There is an old version that works on NVIDIA Jetson Nano: https://github.com/scsven/milvus/tree/jetson-nano.

Thank you very much for your reply. In addition to Milvus, are there any other embeddings similarity search libraries that can be easily used on NVIDIA Jetson Xavier?

yhmo commented 4 years ago

@17120033 We also don't know the answer. But you can try compile faiss on ARM, please refer this link: https://github.com/facebookresearch/faiss/issues/567

digger18 commented 3 years ago

Any update on this matter? I would like to use Milvus on Jetson Xavier NX.

yhmo commented 3 years ago

Any update on this matter? I would like to use Milvus on Jetson Xavier NX.

We don't have enough resource to investigate compile milvus on ARM. You need to try it by yourself.

deeplearningers commented 2 years ago

did you find any other database?use milvus? thank u

xiaofan-luan commented 2 years ago

did you find any other database?use milvus? thank u

Should be fine to compile milvus and knowhere right know~ Feel free to test it and let us know if it works. So far Mac M1 processor is ready to go, we don't have any device on hand to do further test