Skip to content

Releases: Scale3-Labs/langtrace

1.5.2

17 Jun 23:16
e16d627
Compare
Choose a tag to compare

Summary:

  • Added DSPy support, enhanced UI, and updated pricing models with minor bug fixes.

Key points:

  • Added DSPy support in README.md, components/shared/vendor-metadata.tsx, and lib/utils.ts.
  • Enhanced UI in components/project/traces/trace-row.tsx by refactoring class names and improving conditional rendering.
  • Added new pricing models in lib/constants.ts.
  • Minor bug fixes and code refactoring in lib/utils.ts.

1.5.1

13 Jun 19:34
fa4ea33
Compare
Choose a tag to compare

This release contains the following:

  • Support for Automatic evaluations (LLM as judge) using Inspect AI (https://github.com/UKGovernmentBEIS/inspect_ai)
  • Advanced filters for filtering grouping traces
  • Model based filters for metrics
  • User ID based filters for metrics and traces
  • Manual Evaluations is getting renamed as Annotations
  • Bugfixes and performance improvements

Postgres Database Migration

Please run the following migration before updating & restarting your server.

ALTER TABLE "Data" RENAME COLUMN "expectedOutput" TO "annotatedOutput";

1.5.0

07 Jun 22:23
e39e3c6
Compare
Choose a tag to compare

This release includes the following features:

  • A revamp of the manual evaluations flow simplified for ease of use.
  • Ability to import prompts from traces to the playground for iterating on traced prompts and completions against different models and model settings.
  • Ability to save prompts from playground directly into the prompt registry.
  • Bugfixes and query performance improvments

1.4.8

07 Jun 22:43
e39e3c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.7...1.4.8

1.4.7

31 May 17:05
0a0cb33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.6...1.4.7

1.4.6

24 May 00:48
aa8e62a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.5...1.4.6

1.4.5

22 May 21:59
292c9ce
Compare
Choose a tag to compare
  • Save prompts from playground
  • Image inputs
  • Better visualization of logs

1.4.4

22 May 16:35
9d72d43
Compare
Choose a tag to compare
  • Evaluation API bugfix
  • Dark mode bugfix for time drop down filter

1.4.3

21 May 03:51
839de21
Compare
Choose a tag to compare
  • Bugfixes

1.4.2

21 May 02:26
eefb47a
Compare
Choose a tag to compare
  • Allow human evaluations tests for all traces
  • Bugfixes