Skip to content

Releases: lmnr-ai/lmnr

v0.1.1-alpha.9

22 Oct 20:07
836583a
Compare
Choose a tag to compare
v0.1.1-alpha.9 Pre-release
Pre-release
  • Query LLM costs from DB, so that no costs are hard-coded anymore
  • Write tool use blocks into outputs too, because previously they were not instrumented and/or only stored as attributes
  • Store provider keys encrypted in the DB, so we can run online evals with them
  • Sheet view for text fields in the spans/traces view
  • Small improvements around the onboarding and self-hosting experience

v0.1.1-alpha.10

22 Oct 20:56
4e9219c
Compare
Choose a tag to compare
v0.1.1-alpha.10 Pre-release
Pre-release

Minor fix to redirects for onboarding in local development

v0.1.1-alpha.8

18 Oct 06:12
50d9462
Compare
Choose a tag to compare
v0.1.1-alpha.8 Pre-release
Pre-release

Update the version of Node in Next, fix the build

v0.1.1-alpha.7

18 Oct 05:55
b12df16
Compare
Choose a tag to compare
v0.1.1-alpha.7 Pre-release
Pre-release

This release brings all the features that were previously kept closed source, but now are just disabled runtime with env vars

v0.1.1-alpha.6

14 Oct 22:40
331eeea
Compare
Choose a tag to compare
v0.1.1-alpha.6 Pre-release
Pre-release

Various enhancements:

  • Traces page load time and separate input and output tokens
  • Better project api key management
  • Build for different platforms
  • Force pull newest images in docker-compose

v0.1.1-alpha.5

13 Oct 04:23
6620495
Compare
Choose a tag to compare
v0.1.1-alpha.5 Pre-release
Pre-release

This release brings in:

  • Support for Vercel AI SDK
  • Some initial rethinking on evaluate events (gone) vs automatic labels
  • Input and output costs in the traces table view
  • Improved contributing experience and new contributing guide

v0.1.1-alpha.4

05 Oct 03:53
811a242
Compare
Choose a tag to compare
v0.1.1-alpha.4 Pre-release
Pre-release

Fix build (alpha.3) by upgrading rust to 1.81

v0.1.1-alpha.3

05 Oct 03:18
d97bbde
Compare
Choose a tag to compare
v0.1.1-alpha.3 Pre-release
Pre-release

This release revamps evaluation and fixes numerous bugs

  • Evaluation dashboard with score visualization and comparison
  • Add filters by label values and event values in the traces page
  • Return parent span with trace to the frontend, so we can vizualize it in the table later
  • Upgrade dependabot alerts
  • Image support for openai auto-instrumented logs
  • additional front-end revamp
  • smoother first time sign-up experience

v0.1.1-alpha.2

25 Sep 22:33
2d8405f
Compare
Choose a tag to compare
v0.1.1-alpha.2 Pre-release
Pre-release

This release makes self-hosting easier by pulling pre-built images from ghcr

Evals, datasets, labels

25 Sep 07:18
da1871b
Compare
Choose a tag to compare
Pre-release

This release brings:

  • Traced evaluations
  • Ability to label spans
  • Revive datasets
  • Multiple UI enhancements