Anush008 / fastembed-rs

Library for generating vector embeddings, reranking in Rust
https://docs.rs/fastembed
Apache License 2.0
264 stars 36 forks source link

Support fot building on Android #39

Closed harshakhmk closed 6 months ago

harshakhmk commented 6 months ago

Hi, I am trying to build fastembed for Android through cross compilation But I am getting error:

Error fail to run custom build comment for ort-sys v2. 0.0-rc.0

Just wanted to know if fastembed is supported for Android Command used for cross compilation


cargo-ndk --target aarch64-linux-android --platform 21 -- build
Anush008 commented 6 months ago

I don't think ort supports building for Android.

harshakhmk commented 6 months ago

Confirmed with the ort community, "Android is supported but needed to build onnxruntime from source " is what they said Just wanted to confirm the support of fastembed for Android

Anush008 commented 6 months ago

If you can build FastEmbed for Android it should work then.