langchain
Runnable objects (such as chat models, retrievers, chains, etc.) can be passed directly into evaluate()
/ aevaluate()
.
evaluate()
/ aevaluate()
method. Note that the input variables of the chain must match the keys of the example inputs. In this case, the example inputs should have the form {"text": "..."}
.
langsmith>=0.2.0