LangChain - Evaluation and Testing
Which of the following is the correct way to run a regression test on a Langchain chain named my_chain with input {"text": "Hello"} and expected output {"result": "Hi"}?
Which of the following is the correct way to run a regression test on a Langchain chain named my_chain with input {"text": "Hello"} and expected output {"result": "Hi"}?
invoke or run to get output; to test, use assert to compare.assert with invoke and compares to expected output correctly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions