Skip to content

v0.12.7

Choose a tag to compare

@github-actions github-actions released this 24 Mar 22:09
· 48 commits to main since this release
13d2589
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()