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
Ángel Igareta 31a641a155
core: fix return of draw_mermaid_png and change to not save image by default (#19950)
- **Description:** Improvement for #19599: fixing missing return of
graph.draw_mermaid_png and improve it to make the saving of the rendered
image optional

Co-authored-by: Angel Igareta <angel.igareta@klarna.com>
6 months ago
..
_api core[patch]: fix beta, deprecated typing (#18877) 6 months ago
beta core: Updated docstring for Context class (#19079) 6 months ago
callbacks core[patch]: remove requests (#19891) 6 months ago
document_loaders community: If load() has been overridden, use it in default lazy_load() (#18690) 7 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 core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 6 months ago
language_models core: BaseChatModel modify chat message before passing to run_manager (#19939) 6 months ago
load core: Assign missing message ids in BaseChatModel (#19863) 6 months ago
messages core: Assign missing message ids in BaseChatModel (#19863) 6 months ago
output_parsers core[patch]:: XML parser to cover the case when the xml only contains the root level tag (#17456) 6 months ago
outputs docs: modules descriptions (#17844) 7 months ago
prompts core[patch]: remove requests (#19891) 6 months ago
pydantic_v1 Separate out langchain_core package (#13577) 10 months ago
runnables core: fix return of draw_mermaid_png and change to not save image by default (#19950) 6 months ago
tracers core[patch]: remove requests (#19891) 6 months ago
utils core[patch]: remove requests (#19891) 6 months ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 9 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) 7 months ago
sys_info.py docs: modules descriptions (#17844) 7 months ago
tools.py core[patch]: ToolException docs/exception message (#17590) 6 months ago
vectorstores.py core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 6 months ago