asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 58 forks source link

Can it be used on Android? #89

Open Weviya opened 11 months ago

Weviya commented 11 months ago

Hello, I am trying to use this library on Android。How can I compile a library for Android?

asg017 commented 11 months ago

I haven't tried, but it might be difficult. sqlite-vss requires Faiss, which can be tricky to compile. We dug in for an iOS build but found it difficult/impossible to do.

Though this issue seems to show some hope. If you have any pointers of cross compiling C++ projects to android targets from github actions, I'd be more than happy to try it out.