-
Move the Rust source code from the
libsbranch to themainbranch: We now use the rust-android-plugin to initiatecargo buildfrom Gradle -
Removed Git LFS: The ONNX models present in
app/src/main/assetshave been removed from the repository. Instead,app/build.gradle.ktsdownloads the models and tokenizer configs from HuggingFace usingdownload_model.shshell script. -
Add Model2Vec: Model2Vec provides static sentence-embeddings through a fast-lookup
-
Remove Jitpack: A GitHub CI script now builds AARs for
model2vecandsentence_embeddingsGradle modules that can be included in other projects