Skip to content

v2.20.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 22:16
· 110 commits to main since this release

Fixed

  • Dashboard took ~20s to load/api/memories and /api/tags awaited the embedding-model warmup (a multi-hundred-MB pipeline init) even though listing is a pure database read. Warmup removed from those handlers; the endpoints now respond in milliseconds. Semantic search still warms up on demand.

Full Changelog: v2.20.0...v2.20.1