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
Eugene Yurtsev 56f4c5459b
core[patch]: fix xml output parser transform (#19530)
Previous PR passed _parser attribute which apparently is not meant to be
used by user code and causes non deterministic failures on CI when
testing the transform and a transform methods. Reverting this change
temporarily.
6 months ago
..
_api core[patch]: deprecation docstring with lib (#18350) 7 months ago
beta core: Updated docstring for Context class (#19079) 6 months ago
callbacks [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
document_loaders community: If load() has been overridden, use it in default lazy_load() (#18690) 6 months ago
documents core[minor]: move document compressor base (#17910) 7 months ago
embeddings core[minor]: moved fake llms and embeddings to core (#19226) 6 months ago
example_selectors docs: modules descriptions (#17844) 7 months ago
language_models core: Simplify astream logic in BaseChatModel and BaseLLM (#19332) 6 months ago
load core[patch]: Change structured prompt lc id to match js (#19099) 6 months ago
messages core[patch]: Update `messages` namespace to fix API reference docs (#19161) 6 months ago
output_parsers core[patch]: fix xml output parser transform (#19530) 6 months ago
outputs docs: modules descriptions (#17844) 7 months ago
prompts core[patch]: allow "placeholder" type in from_messages tuples (#19152) 6 months ago
pydantic_v1 Separate out langchain_core package (#13577) 10 months ago
runnables core[runnables]: docstring for class runnable, method with_listeners() (#19515) 6 months ago
tracers core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
utils core[minor]: Add utility code to create tool examples (#18602) 6 months ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 8 months ago
agents.py docs: modules descriptions (#17844) 7 months ago
caches.py docs: modules descriptions (#17844) 7 months ago
chat_history.py docs: modules descriptions (#17844) 7 months ago
chat_sessions.py docs: modules descriptions (#17844) 7 months ago
env.py core[patch]: update langchain-core runtime library name (#14884) 9 months ago
exceptions.py docs: modules descriptions (#17844) 7 months ago
globals.py core[patch]: Move `globals` to a module instead of a package (non breaking change) (#19159) 6 months ago
memory.py docs: modules descriptions (#17844) 7 months ago
prompt_values.py docs: modules descriptions (#17844) 7 months ago
py.typed core[minor], langchain[patch], experimental[patch]: Added missing `py.typed` to `langchain_core` (#14143) 10 months ago
retrievers.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
stores.py core: upgrade mypy to recent mypy (#18753) 6 months ago
sys_info.py docs: modules descriptions (#17844) 7 months ago
tools.py [Enhancement] Add support for directly providing a run_id (#18990) 6 months ago
vectorstores.py docs: modules descriptions (#17844) 7 months ago