Skip to content

nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's Faiss, but using the Golang programming language.

License

Notifications You must be signed in to change notification settings

futurelogxyz/nanoFaiss

Repository files navigation

nanoFaiss

nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's Faiss, but using the Golang programming language.

Features

  • Support L2, InnerProduct, Cosine similarity
  • Support IndexFlat index
  • Support IndexIVFFlat index
  • Support IndexLSH index
  • Support IndexPQ index
  • Support IndexIVFPQ index
  • Support IndexHNSW index

About

nanoFaiss - a simple and efficient library for similarity search and clustering of dense vectors. referenced to Meta's Faiss, but using the Golang programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages