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/tests/unit_tests/client
Zander Chase ef7d015be5
Separate Runner Functions from Client (#5079)
Extract the methods specific to running an LLM or Chain on a dataset to
separate utility functions.

This simplifies the client a bit and lets us separate concerns of LCP
details from running examples (e.g., for evals)
1 year ago
..
__init__.py Add LCP Client (#4198) 1 year ago
test_langchain.py Separate Runner Functions from Client (#5079) 1 year ago
test_runner_utils.py Separate Runner Functions from Client (#5079) 1 year ago