You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add desktop embeddings via TFLite C FFI (#201)
* Add desktop embeddings via TFLite C FFI + Dart tokenizer
Bump version to 0.12.7
* Fix review issues: nullptr checks, checksum guards, stale singleton
- Add nullptr checks for TFLite options, input/output tensors
- Validate tensor dimensions > 0 in fromFile()
- Guard empty JAR_CHECKSUM on Linux (skip verification)
- Add TFLite checksum placeholder + verification in all build scripts
- Detect active embedding model changes in createEmbeddingModel()
- Use try-finally in DesktopEmbeddingModel.close()