Skip to content

Support GPU indicies #3

@asg017

Description

@asg017

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:

create virtual table photos using vss0(
  thumbnail_embedding(1024) factory="..." gpu=True,
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions