realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
878 stars 52 forks source link

WIP demo for using KNN in Kotlin based on https://github.com/realm/realm-core/pull/6759 #1752

Open nhachicha opened 1 month ago

nhachicha commented 1 month ago

POC of using https://github.com/realm/realm-core/pull/6759 KNN to support Vector Search in Realm. This was used to develop the demo app https://github.com/nhachicha/realm-vector-search