
Binding for a similarity search and clustering engine for vectors, facilitating vector-based data searches and clustering. Currently under development with partial API availability. Contributions welcomed.
A Kotlin Multiplatform binding to the great project of USearch, a similarity search & clustering engine for vectors.
[!IMPORTANT] This library is currently under development. Partiality of the official API is prioritized for personal reasons. Contribution is welcome if you feel like something important is missing.
This project is on Maven Central, which can be accessed as such:
dependencies {
implementation("com.zhufucdev.usearch:core:0.3.2")
}A Kotlin Multiplatform binding to the great project of USearch, a similarity search & clustering engine for vectors.
[!IMPORTANT] This library is currently under development. Partiality of the official API is prioritized for personal reasons. Contribution is welcome if you feel like something important is missing.
This project is on Maven Central, which can be accessed as such:
dependencies {
implementation("com.zhufucdev.usearch:core:0.3.2")
}