LangChain - Evaluation and Testing
You wrote this evaluation pipeline but it raises an error:
inputs = ["Test"] model = "not a function" expected = ["test"] pipeline = EvaluationPipeline(inputs, model, expected) pipeline.run()What is the likely cause?
