Files
langchain-python/langchain
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
..
2023-06-26 00:49:32 -07:00
2023-06-18 16:55:18 -07:00
2023-06-29 12:20:55 -07:00
2023-06-20 22:07:00 -07:00
2023-06-28 23:04:11 -07:00
2023-06-11 15:51:28 -07:00
2023-06-08 21:15:14 -07:00
2023-06-03 16:48:48 -07:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00