Skip to content

Releases: zircote/rlm-rs

Release 1.2.4

08 Feb 07:16
v1.2.4
8fd9787

Choose a tag to compare

What's Changed

  • chore(deps): bump taiki-e/install-action from 2.66.7 to 2.67.12 in the github-actions group by @dependabot[bot] in #5
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #6
  • chore(deps): bump rusqlite from 0.33.0 to 0.38.0 by @dependabot[bot] in #8
  • chore(deps): bump criterion from 0.5.1 to 0.8.1 by @dependabot[bot] in #9
  • chore(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #7
  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #12
  • chore(deps): bump clap from 4.5.54 to 4.5.56 by @dependabot[bot] in #11

Full Changelog: v1.2.3...v1.2.4

v1.2.3

20 Jan 14:49

Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

v1.2.2

20 Jan 14:15

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Jan 14:10

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Jan 13:57

Choose a tag to compare

Full Changelog: v1.1.2...v1.2.0

v1.1.2

20 Jan 02:48

Choose a tag to compare

Fixed

  • Reduced default chunk size from 240,000 to 3,000 chars for better semantic search granularity
  • Reduced max chunk size from 250,000 to 50,000 chars

Full Changelog: v1.1.1...v1.1.2

v1.1.1

20 Jan 02:37

Choose a tag to compare

Bug Fixes

  • Auto-embed chunks during load command
  • BM25 score display uses scientific notation for small values
  • FTS5 search uses OR semantics for multi-term queries
  • JSON output for already-embedded case

Full Changelog: v1.1.0...v1.1.1

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Jan 02:30

Choose a tag to compare

Improvements

  • Automatic embedding generation during load
  • BM25 score display fix (scientific notation)
  • Improved FTS5 search with OR semantics

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v0.2.0...v1.1.0

v0.2.0

19 Jan 21:09

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0