fx2y / densim

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Densim

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio. It supports various methods for similarity search, such as exact search, approximate search, binary search, and product quantization, as well as cosine similarity, Jaccard distance, and additive quantization. The library can handle large-scale datasets that do not fit in RAM, and provides tools for evaluation and parameter tuning.

Contributing

Contributions to Densim are welcome! Please see the CONTRIBUTING.md file for guidelines.

License

Densim is licensed under the MIT License. See the LICENSE file for details.

About

Densim is a library for efficient similarity search and clustering of dense vectors, which are numerical representations of data such as images, text, or audio.

License:MIT License


Languages

Language:Python 100.0%