flutter_gemma_embeddings 1.0.0
flutter_gemma_embeddings: ^1.0.0 copied to clipboard
On-device text embeddings (Gecko / EmbeddingGemma .tflite via LiteRT + dart:ffi) for flutter_gemma. Opt-in EmbeddingBackendProvider for on-device RAG.
1.0.0 #
- Stable 1.0.0; spec imports redirected off the
dart:iomobile lib for a wasm-clean web graph.
1.0.0-rc.1 #
- Initial release: on-device text embeddings (Gecko / EmbeddingGemma
.tflite) via the LiteRT C API + dart:ffi. - Provides
LiteRtEmbeddingBackend(EmbeddingBackendProvider); forward pass runs on a background isolate. - Autonomous (no dependency on flutter_gemma_litertlm); shares the LiteRT-LM native library when both are present.
- Android, iOS, macOS, Linux, Windows + web (LiteRT.js).