Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2026-01-10
Changed
- Embedding models now use
runner: "pooling"instead oftask: "embed" - The
embed/3function now calls theembedmethod instead ofencode
Improved
- Rewrote examples to be runnable with real GPU inference
- Added CLI flag support for examples (--model, --prompt, --adapter, etc.)
- LoRA example auto-downloads a default adapter on first run
- Updated documentation to reflect embedding API changes
Fixed
- Added generated files to .gitignore (examples/assets/, registry.json)
0.1.0 - 2026-01-08
- Initial release