langchain/libs/core/tests/unit_tests
Eugene Yurtsev 28f744c1f5
core[patch]: Correctly order parent ids in astream events (from root to immediate parent), add defensive check for cycles (#22637)
This PR makes two changes:

1. Fixes the order of parent IDs to be from root to immediate parent
2. Adds a simple defensive check for cycles
2024-06-06 20:37:52 +00:00
..
_api core: use qualname in beta message (#20361) 2024-04-23 11:20:13 -07:00
callbacks community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 2024-04-17 22:29:30 -04:00
chat_history core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
data
dependencies community[minor]: Add glue catalog loader (#20220) 2024-04-16 11:39:23 -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[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 2024-03-27 16:03:18 -04:00
examples
fake core[patch]: fix runnable history and add docs (#22283) 2024-05-30 11:26:41 -07:00
indexing core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 2024-04-24 13:18:42 -04:00
language_models community[patch]: update use of deprecated llm methods (#20393) 2024-04-12 17:28:23 -04:00
load
messages fix: core: Include in json output also fields set outside the constructor (#21342) 2024-05-06 14:37:36 -07: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 core(patch):fix partial_variables not working with SystemMessagePromptTemplate (#20711) 2024-06-03 16:22:42 -07:00
runnables core[patch]: Correctly order parent ids in astream events (from root to immediate parent), add defensive check for cycles (#22637) 2024-06-06 20:37:52 +00:00
stores core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750) 2024-04-30 13:14:26 -04:00
tracers core[minor]: Add an async root listener and with_alisteners method (#22151) 2024-06-06 16:03:44 -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
conftest.py fix: core: Include in json output also fields set outside the constructor (#21342) 2024-05-06 14:37:36 -07:00
prompt_file.txt
stubs.py core: Assign missing message ids in BaseChatModel (#19863) 2024-04-02 01:18:36 +00:00
test_globals.py
test_imports.py
test_messages.py core[patch]: RFC: Allow concatenation of messages with multi part content (#22002) 2024-06-03 09:46:40 -07:00
test_outputs.py
test_sys_info.py
test_tools.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00