Releases: epicsagas/llm-kernel
Releases · epicsagas/llm-kernel
v0.3.5
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- fix: v0.3.3 patch — stale versions, Anthropic temp, dedup, macOS CI by @epicsagas in #29
Full Changelog: v0.3.2...v0.3.4
v0.3.2
What's Changed
- fix: resolve all stability audit issues (#21-#26) by @epicsagas in #28
Full Changelog: v0.3.1...v0.3.2
v0.2.6
What's Changed
Fixed
- embedding:
ort-load-dynamicrestricted to Windows only — Unix targets use static linking for reliable cross-platform builds - embedding: switched ONNX Runtime backend from native-tls to rustls with dynamic loading for cross-platform compatibility
- Restored
Cargo.lockto version control for reproducible builds
Changed
- embedding:
NomicEmbedTextV15andNomicEmbedTextV15Qnow return correct task instruction prefixes (search_query:/search_document:) matching the official Nomic v1.5 model requirements
v0.2.5
What's Changed
Fixed
- embedding: use
ort-load-dynamicfor all linux targets to avoid glibc 2.38 dependency (__isoc23_strtoletc on ubuntu-22.04)
Added
- embedding: re-export
ortfor DirectML execution provider configuration - docs: add
cargo generate-lockfileto version bump checklist
v0.2.4
What's Changed
- fix(embedding): add task instruction prefixes for Nomic v1.5 by @epicsagas in #12
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat(embedding): lazy loading, LRU cache, idle eviction, model metadata by @epicsagas in #10
Full Changelog: v0.1.1...v0.2.0