langchain/tests/unit_tests/client
Zander Chase 429f4dbe4d
Add Input Mapper in run_on_dataset (#6894)
If you create a dataset from runs and run the same chain or llm on it
later, it usually works great.

If you have an agent dataset and want to run a different agent on it, or
have more complex schema, it's hard for us to automatically map these
values every time. This PR lets you pass in an input_mapper function
that converts the example inputs to whatever format your model expects
2023-06-29 16:53:49 -07:00
..
__init__.py Add LCP Client (#4198) 2023-05-05 16:28:56 -07:00
test_runner_utils.py Add Input Mapper in run_on_dataset (#6894) 2023-06-29 16:53:49 -07:00