Skip to content

Releases: epicsagas/llm-kernel

v0.3.5

10 Jun 10:27

Choose a tag to compare

v0.3.4

10 Jun 09:20

Choose a tag to compare

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

09 Jun 05:12

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.2.6

07 Jun 16:03

Choose a tag to compare

What's Changed

Fixed

  • embedding: ort-load-dynamic restricted 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.lock to version control for reproducible builds

Changed

  • embedding: NomicEmbedTextV15 and NomicEmbedTextV15Q now return correct task instruction prefixes (search_query: / search_document:) matching the official Nomic v1.5 model requirements

v0.2.5

07 Jun 16:03

Choose a tag to compare

What's Changed

Fixed

  • embedding: use ort-load-dynamic for all linux targets to avoid glibc 2.38 dependency (__isoc23_strtol etc on ubuntu-22.04)

Added

  • embedding: re-export ort for DirectML execution provider configuration
  • docs: add cargo generate-lockfile to version bump checklist

v0.2.4

07 Jun 10:36

Choose a tag to compare

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

06 Jun 17:45

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 Jun 17:22

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

06 Jun 16:08

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Jun 15:34

Choose a tag to compare

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