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:...
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** run demo in https://docs.ragas.io/en/latest/getstarted/evals/#evaluating-using-a-llm-based-metric Ragas version: Python version: 3.10 Ragas Version: ragas...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** How to evaluate rags in other language. 1. The dataset has...
my web page is large. when I use const headerText = await auto("get the header text", { page, test }); shows: "This model's maximum context length is 128000 tokens. However,...
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question. **Your Question** Does RAGAS support deepseek, if can, please add demo in doc.