Skip to content

Commit

Permalink
Add message to build.gradle when tokenizers are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent b271b15 commit 1b30cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ if(useSqliteVec) {
println "[OP-SQLITE] Sqlite Vec enabled! ↗️"
}


if (!tokenizers.isEmpty()) {
println "[OP-SQLITE] Tokenizers enabled! 🧾 Tokenizers: " + tokenizers
}

if (isNewArchitectureEnabled()) {
apply plugin: "com.facebook.react"
}
Expand Down

0 comments on commit 1b30cdd

Please sign in to comment.