We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would need to distribute two version of sqlite-vss: A normal one with CPU support only, and another one with -DFAISS_ENABLE_GPU=ON.
sqlite-vss
-DFAISS_ENABLE_GPU=ON
Also might need to add an option to vss0 column declarations to enable GPU:
create virtual table photos using vss0( thumbnail_embedding(1024) factory="..." gpu=True, );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would need to distribute two version of
sqlite-vss
: A normal one with CPU support only, and another one with-DFAISS_ENABLE_GPU=ON
.Also might need to add an option to vss0 column declarations to enable GPU:
The text was updated successfully, but these errors were encountered: