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/tests/unit_tests
Vadym Barda 9ac302cb97
core[minor]: update draw_mermaid node label processing (#23285)
This fixes processing issue for nodes with numbers in their labels (e.g.
`"node_1"`, which would previously be relabeled as `"node__"`, and now
are correctly processed as `"node_1"`)
3 months ago
..
_api core[patch]: fix validation of @deprecated decorator (#22513) 3 months ago
callbacks
chat_history
data
dependencies
document_loaders
documents
embeddings
example_selectors
examples
fake
indexing core[minor]: Adds an in-memory implementation of RecordManager (#13200) 3 months ago
language_models
load
messages core[minor]: message transformer utils (#22752) 3 months ago
output_parsers
outputs
prompts core:Add optional max_messages to MessagePlaceholder (#16098) 3 months ago
runnables core[minor]: update draw_mermaid node label processing (#23285) 3 months ago
stores
tracers
utils core[minor]: Support multiple keys in get_from_dict_or_env (#23086) 3 months ago
__init__.py
conftest.py
prompt_file.txt
stubs.py
test_globals.py
test_imports.py core[patch]: update test to catch circular imports (#23172) 3 months ago
test_messages.py core[patch]: Treat type as a special field when merging lists (#22750) 3 months ago
test_outputs.py
test_sys_info.py
test_tools.py