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
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
..
_api core[patch]: preserve inspect.iscoroutinefunction with @beta decorator (#16440) 8 months ago
beta core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 8 months ago
callbacks infra: add print rule to ruff (#16221) 7 months ago
documents core[patch]: doc init positional args (#16854) 7 months ago
example_selectors core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 8 months ago
globals IMPROVEMENT: filter global warnings properly (#13754) 10 months ago
language_models langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 7 months ago
load core[patch]: Hide aliases when serializing (#16888) 7 months ago
messages infra: add print rule to ruff (#16221) 7 months ago
output_parsers langchain[minor], core[minor]: update json, pydantic parser. add openai-json structured output runnable (#16914) 7 months ago
outputs core[patch]: docstring update (#16813) 7 months ago
prompts infra: add print rule to ruff (#16221) 7 months ago
pydantic_v1 Separate out langchain_core package (#13577) 10 months ago
runnables infra: add print rule to ruff (#16221) 7 months ago
tracers Support serialization when inputs/outputs contain generators (#17338) 7 months ago
utils infra: add print rule to ruff (#16221) 7 months ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 8 months ago
agents.py manual mapping (#14422) 9 months ago
caches.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 7 months ago
chat_history.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 7 months ago
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
embeddings.py Propagate context vars in all classes/methods 9 months ago
env.py core[patch]: update langchain-core runtime library name (#14884) 9 months ago
exceptions.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
memory.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 7 months ago
prompt_values.py core[patch]: Message content as positional arg (#16921) 7 months ago
py.typed core[minor], langchain[patch], experimental[patch]: Added missing `py.typed` to `langchain_core` (#14143) 10 months ago
retrievers.py core[patch]: passthrough BaseRetriever.invoke(**kwargs) (#16551) 8 months ago
stores.py Add async methods to BaseStore (#16669) 8 months ago
sys_info.py infra: add print rule to ruff (#16221) 7 months ago
tools.py core[patch]: docstring update (#16813) 7 months ago
vectorstores.py Propagate context vars in all classes/methods 9 months ago