langchain/libs
Aliaksandr Kuzmik 5560cc448c
community[patch]: fix CometTracer bug (#20796)
Hi! My name is Alex, I'm an SDK engineer from
[Comet](https://www.comet.com/site/)

This PR updates the `CometTracer` class.

Fixed an issue when `CometTracer` failed while logging the data to Comet
because this data is not JSON-encodable.

The problem was in some of the `Run` attributes that could contain
non-default types inside, now these attributes are taken not from the
run instance, but from the `run.dict()` return value.
2024-04-23 13:24:41 -04:00
..
cli templates: readme langsmith not private beta (#20173) 2024-04-12 13:08:10 -07:00
community community[patch]: fix CometTracer bug (#20796) 2024-04-23 13:24:41 -04:00
core community[patch],core[minor]: Move in memory cache implementation to core (#20753) 2024-04-23 11:10:11 -04:00
experimental experimental[minor]: upgrade the prompt injection model (#20783) 2024-04-23 10:23:39 -04:00
langchain langchain[major]: breaks some chains to remove hidden defaults (#20759) 2024-04-23 11:11:40 -04:00
partners core, openai: support custom token encoders (#20762) 2024-04-23 13:57:05 +00:00
standard-tests mistral, openai: allow anthropic-style messages in message histories (#20565) 2024-04-17 15:55:45 -04:00
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 2024-04-13 22:42:51 +00:00