We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eec750 commit e2cb28eCopy full SHA for e2cb28e
README.md
@@ -64,9 +64,10 @@ pip install git+https://github.com/explodinggradients/ragas
64
65
### Evaluate your RAG with Ragas metrics
66
67
-This is 4 main lines:
+This is 5 main lines:
68
69
```python
70
+from ragas import evaluate
71
from ragas.metrics import LLMContextRecall, Faithfulness, FactualCorrectness
72
from langchain_openai.chat_models import ChatOpenAI
73
from ragas.llms import LangchainLLMWrapper
0 commit comments