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)
2023-05-22 05:28:47 +00:00
..
__init__.py Add LCP Client (#4198) 2023-05-05 16:28:56 -07:00
test_langchain.py Separate Runner Functions from Client (#5079) 2023-05-22 05:28:47 +00:00
test_runner_utils.py Separate Runner Functions from Client (#5079) 2023-05-22 05:28:47 +00:00