ex_faiss icon indicating copy to clipboard operation
ex_faiss copied to clipboard

Elixir front-end to Facebook AI Similarity Search (Faiss)

Results 6 ex_faiss issues
Sort by recently updated
recently updated
newest added

when I try mix deps.get and get error like image below ``` mix.exs defp deps do [ {:phoenix, "~> 1.7.1"}, {:phoenix_ecto, "~> 4.4"}, {:ecto_sql, "~> 3.6"}, {:postgrex, ">= 0.0.0"}, {:phoenix_html,...

I'm working on an app that uses exFaiss, running into issues with deployment. I can build the Docker image but when i try to run the container it dies immediately...

Right now we allow index creation to `:cuda` (default device) and `{:cuda, ordinal}` specific ordinal. We should support `{:cuda, :all}` which replicates the index to multiple GPUs

Vector transforms in Faiss are pre/post-processing transforms such as PCA or linear transformations. We should add these vector transformations to the API

Selectors in search allow searching for only a subset of IDs in the vector index

The Faiss C++ library raises exceptions for anything that goes wrong, which will crash the VM. We want to catch these exceptions in the NIF and instead return an error...