langchain/libs/core/langchain_core
Nuno Campos fb6108c8f5
core[patch]: In astream_events(version=v2) tap output of root run (#21977)
- if tap_output_iter/aiter is called multiple times for the same run
issue events only once
- if chat model run is tapped don't issue duplicate on_llm_new_token
events
- if first chunk arrives after run has ended do not emit it as a stream
event

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-05-21 14:03:57 -04:00
..
_api core: use qualname in beta message (#20361) 2024-04-23 11:20:13 -07:00
beta core: Updated docstring for Context class (#19079) 2024-03-18 21:15:14 -07:00
callbacks core[major]: AsyncCallbackManagerForToolRun no longer casts return object to string (#20374) 2024-05-13 15:09:12 -04:00
document_loaders core[minor]: Add aload to document loader (#19936) 2024-04-03 10:46:47 -04:00
documents core[minor]: move document compressor base (#17910) 2024-02-26 17:20:50 -08:00
embeddings core[minor]: moved fake llms and embeddings to core (#19226) 2024-03-18 10:01:26 -07:00
example_selectors core[patch]: Fix typo in VectorStoreExampleSelector doc-string (#21574) 2024-05-14 13:31:37 +00:00
indexing core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
language_models core, standard tests, partner packages: add test for model params (#21677) 2024-05-17 13:51:26 -04:00
load fix: core: Include in json output also fields set outside the constructor (#21342) 2024-05-06 14:37:36 -07:00
messages core[patch]: Fixes for convert_messages (#21207) 2024-05-02 16:55:42 +00:00
output_parsers core[patch]: improve comma separated list output parser to handle non-space separated list (#20434) 2024-04-25 20:10:56 +00:00
outputs core[patch]: fix ChatGeneration.text with content blocks (#20294) 2024-04-10 15:54:06 -07:00
prompts docs: set default anthropic model (#21988) 2024-05-21 11:01:18 -07:00
pydantic_v1 Separate out langchain_core package (#13577) 2023-11-20 13:09:30 -08:00
runnables core[patch]: In astream_events(version=v2) tap output of root run (#21977) 2024-05-21 14:03:57 -04:00
tracers core[patch]: In astream_events(version=v2) tap output of root run (#21977) 2024-05-21 14:03:57 -04:00
utils core[patch]: Fix NPE in function_calling._get_python_function_required_args (#21863) 2024-05-20 22:06:27 +00:00
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
agents.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
caches.py community[minor]: Add async methods to CassandraCache and CassandraSemanticCache (#20654) 2024-04-30 10:27:44 -04:00
chat_history.py core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
chat_loaders.py core[minor], community[patch], langchain[patch]: move BaseChatLoader to core (#19607) 2024-04-26 21:45:51 +00:00
chat_sessions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
env.py core[patch]: update langchain-core runtime library name (#14884) 2023-12-20 14:35:48 -08:00
exceptions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
globals.py core[patch]: Move globals to a module instead of a package (non breaking change) (#19159) 2024-03-19 12:29:12 -04:00
memory.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompt_values.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
py.typed core[minor], langchain[patch], experimental[patch]: Added missing py.typed to langchain_core (#14143) 2023-12-01 19:15:23 -08:00
retrievers.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
stores.py core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750) 2024-04-30 13:14:26 -04:00
structured_query.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
sys_info.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
tools.py core[major]: only use function description (#21622) 2024-05-16 11:17:53 -04:00
vectorstores.py core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 2024-03-27 16:03:18 -04:00