landhu
landhu
Like this: testcase |---- __init__.py |---- test_bb.py test_bb.py file is: def test_qq(): pass In python 3.8: nosetests testcase: Ran 0 tests in xxx OK In python 2: this ok ,can...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. ** How do I specify the name of the model** An LLM is...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** My dataset here: {'question': 'what are you going', 'answer': "I'm going...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** can customize CORRECTNESS_INSTRUCTIONS and CORRECTNESS_PROMPT when evaluate answer_correctnes **Code Examples** I...
From sample, I did't find any demo about how to intergrate with pytest. I want like following: 1. setup: setup Broswer() and a agent about open a url 2. testcase1:...