Skip to content

v2.1.4

Latest
Compare
Choose a tag to compare
@kiranscaria kiranscaria released this 23 Jan 16:58
· 8 commits to main since this release
1bb309c

What's Changed

  • support for trace_custom
  • add workflow component
  • add support for azure-openai for llm tracing
  • bug-fix: resolve issues for cost, token
  • made metadata & pipeline optional in trace definition
  • support for dynamic update of dataset name after initialisation
  • support to add_metrics locally
  • bug-fix: resolve issues in code zip causing same code hash id
  • bug-fix: resolve duplicate metrics added
  • add support to debug using DEBUG=1
  • add support to save code from colab & jupyter notebook.
  • add support to trace file input, output interactions
  • add support to concatenate _{index} to duplicate metric names in span
  • unified time format across all files

New Contributors