usearch-kmp

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.

Android JVMJVMKotlin/Native
GitHub stars2
Authorszhufucdev
Dependents0
OSS Health
Creation dateabout 1 year ago

Last activityabout 1 month ago
Latest release0.5.1 (about 1 year ago)

USearch KMP

A Kotlin Multiplatform binding to the great project of USearch, a similarity search & clustering engine for vectors.

android ios jvm linux macos windows

[!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.

Usage

This project is on Maven Central, which can be accessed as such:

dependencies {
    implementation("com.zhufucdev.usearch:core:0.5.1")
}
Android JVMJVMKotlin/Native
GitHub stars2
Authorszhufucdev
Dependents0
OSS Health
Creation dateabout 1 year ago

Last activityabout 1 month ago
Latest release0.5.1 (about 1 year ago)

USearch KMP

A Kotlin Multiplatform binding to the great project of USearch, a similarity search & clustering engine for vectors.

android ios jvm linux macos windows

[!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.

Usage

This project is on Maven Central, which can be accessed as such:

dependencies {
    implementation("com.zhufucdev.usearch:core:0.5.1")
}