flutter_gemma_embedder 0.0.1-dev.1
flutter_gemma_embedder: ^0.0.1-dev.1 copied to clipboard
Flutter plugin for on-device embedder, inspired by EmbeddingGemma. Generate text embeddings locally for semantic search and similarity tasks.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1-dev.1 In Progress #
Status #
- 🚧 Work in Progress: Initial development phase
- 📋 Plugin architecture and API design completed
- 🎨 Example app UI and workflow implemented
- ⚙️ Platform implementations pending
- 📝 Documentation and testing in progress
Planned Features #
- On-device EmbeddingGemma 300M model support
- Cross-platform Flutter plugin (Android, iOS, Web)
- Text embedding generation and similarity calculations
- Multiple model variants with different sequence lengths
- Complete example application with model management