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
David Duong eb67f07e32
Track RunnableAssign as a separate run trace (#13972)
Addressing incorrect order being sent to callbacks / tracers, due to the
nature of threading

---------

Co-authored-by: Nuno Campos <nuno@boringbits.io>
10 months ago
..
_api REFACTOR: Refactor langchain_core (#13627) 11 months ago
callbacks IMPROVEMENT: Conditionally import core type hints (#13700) 11 months ago
documents REFACTOR: combine core documents files (#13733) 11 months ago
example_selectors IMPROVEMENT: Conditionally import core type hints (#13700) 11 months ago
globals IMPROVEMENT: filter global warnings properly (#13754) 11 months ago
language_models Fixes for opengpts release (#13960) 10 months ago
load Separate out langchain_core package (#13577) 11 months ago
messages Fixes for opengpts release (#13960) 10 months ago
output_parsers In Runnable.stream_log build up final_output from adding output chunks (#12781) 10 months ago
outputs REFACTOR: Refactor langchain_core (#13627) 11 months ago
prompts improvement: fix chat prompt loading from config (#13818) 10 months ago
pydantic_v1 Separate out langchain_core package (#13577) 11 months ago
runnables Track RunnableAssign as a separate run trace (#13972) 10 months ago
tracers In Runnable.stream_log build up final_output from adding output chunks (#12781) 10 months ago
utils langchain[patch], core[patch]: Make common utils public (#13932) 10 months ago
__init__.py Separate out langchain_core package (#13577) 11 months ago
agents.py Implement stream() and astream() for agents (#12783) 10 months ago
caches.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
chat_history.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
embeddings.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
env.py Separate out langchain_core package (#13577) 11 months ago
exceptions.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
memory.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
prompt_values.py BUG: more core fixes (#13665) 11 months ago
retrievers.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
stores.py REFACTOR: Refactor langchain_core (#13627) 11 months ago
tools.py IMPROVEMENT: Conditionally import core type hints (#13700) 11 months ago
vectorstores.py IMPROVEMENT: Conditionally import core type hints (#13700) 11 months ago