LangChain - Evaluation and Testing
You encounter this error when running your code:
Given the code:
What is the correct way to fix this?
AttributeError: 'EvaluationPipeline' object has no attribute 'run'
Given the code:
pipeline = EvaluationPipeline(inputs=my_inputs, evaluator=my_evaluator) results = pipeline.run()
What is the correct way to fix this?
