mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-14 04:29:21 +00:00
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)