mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
10 lines
241 B
ReStructuredText
10 lines
241 B
ReStructuredText
|
Evaluation
|
||
|
=======================
|
||
|
|
||
|
LangChain has a number of convenient evaluation chains you can use off the shelf to grade your models' oupputs.
|
||
|
|
||
|
.. automodule:: langchain.evaluation
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:inherited-members:
|