You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/tracers
William FH 7c03cc5ed4
Support serialization when inputs/outputs contain generators (#17338)
Pydantic's `dict()` function raises an error here if you pass in a
generator. We have a more robust serialization function in lagnsmith
that we will use instead.
7 months ago
..
__init__.py core[patch], langchain[patch]: fix required deps (#14373) 10 months ago
base.py core[minor]: RFC Add astream_events to Runnables (#16172) 8 months ago
context.py core[patch]: deprecate v1 tracer (#15608) 9 months ago
evaluation.py core[patch]: docstring update (#16813) 7 months ago
langchain.py Support serialization when inputs/outputs contain generators (#17338) 7 months ago
langchain_v1.py core[patch]: docstring update (#16813) 7 months ago
log_stream.py core[patch]: docstring update (#16813) 7 months ago
root_listeners.py core[patch]: docstring update (#16813) 7 months ago
run_collector.py core[patch]: docstring update (#16813) 7 months ago
schemas.py core[patch]: deprecate v1 tracer (#15608) 9 months ago
stdout.py REFACTOR: Refactor langchain_core (#13627) 10 months ago