Skip to content

Releases: Scale3-Labs/langtrace

3.0.13

17 Oct 17:39
b6ec4ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.12...3.0.13

3.0.12

16 Oct 21:01
6532732
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.11...3.0.12

3.0.11

13 Oct 17:54
291d502
Compare
Choose a tag to compare

What's Changed

  • Release 3.011 by @karthikscale3 in #293
  • Added support for LiteLLM tracking
  • Added cost tracking for Google Gemini family of models

Full Changelog: 3.0.10...3.0.11

3.0.10

04 Oct 21:05
e95d88f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.9...3.0.10

3.0.9

26 Sep 02:01
68075a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.8...3.0.9

3.0.8

26 Sep 00:59
aa8af77
Compare
Choose a tag to compare

What's Changed

This release includes the following changes:

  • DSPy project type

  • Experiment tracking for DSPy experiments. Note that, for experiments to show up, pass the following additional attributes using the inject_additional_attributes. This way Langtrace knows that you are running an experiment:

  • (Required) experiment - Experiment name. Ex: experiment 1.

  • (Optional) description - Some useful description about the experiment.

  • (Optional) run_id - When you want to associate traces to a specific runs, pass a unique run ID. This is useful when you are running Evaluate() as part of your experiment where the traces specific to the Evaluate() will appear as an individual entry.

  • The Eval Chart will appear when you run Evaluate(). Note: Currently the score ranges it supports are between 0 and 100. So if you have scores that do not fall within this range, it could cause some UI issues.

  • By default, checkpoints are traced for DSPy pipelines. If you would like to disable it, set the following env var in your application code,
    TRACE_DSPY_CHECKPOINT=false

from langtrace_python_sdk import inject_additional_attributes

predictor = inject_additional_attributes(lambda: compiled_rag(my_question), {'experiment': 'experiment 1', 'description': 'some useful description', 'run_id': 'run_1'})
  • Bug fixes and query performance improvements

Full Changelog: 3.0.7...3.0.8

3.0.7

19 Sep 01:04
e0fffbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.6...3.0.7

3.0.6

12 Sep 21:02
0c9bbfb
Compare
Choose a tag to compare

What's Changed

  • Cost tracking and playground support for OpenAI's latest models o1-preview and o1-mini
  • Release 3.0.6 by @karthikscale3 in #276

Full Changelog: 3.0.5...3.0.6

3.0.5

12 Sep 16:35
2cf6242
Compare
Choose a tag to compare

What's Changed

This release contains the following features, enhancements and bugfixes

Full Changelog: 3.0.4...3.0.5

3.0.4

07 Sep 06:34
11fc863
Compare
Choose a tag to compare

What's Changed

  • Bugfixes and performance enhancements.
  • Release 3.0.4 by @darshit-s3 in #267

Full Changelog: 3.0.2...3.0.4