Skip to content
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

FAILED to install faiss-cpu #1318

Open
Adipneshmishra opened this issue Jan 2, 2025 · 1 comment
Open

FAILED to install faiss-cpu #1318

Adipneshmishra opened this issue Jan 2, 2025 · 1 comment
Labels

Comments

@Adipneshmishra
Copy link

Hi Team,

I am exploring Chaquopy for running Python code on Android and came across the need to use FAISS (Facebook AI Similarity Search) in my application. However, I couldn't find any clear documentation or support on installing and running FAISS in an Android environment using Chaquopy.

FAISS is crucial for my project as it allows storing and querying embedding vectors with high scalability. Specifically:

It can handle embedding vectors for hundreds of thousands of images, making it highly efficient for large-scale applications.
FAISS enables real-time querying for face matching, often returning results within 1–2 seconds, which is a key requirement for my application.

@mhsmith
Copy link
Member

mhsmith commented Jan 7, 2025

This package contains native components, so it would have to be built into an Android wheel file. If you'd like to try doing this yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository.

If anyone else wants this package too, let us know by clicking the thumbs-up button above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants