Skip to content

Commit e2cb28e

Browse files
authored
fix: Update README.md (#1738)
Adds missing import
1 parent 7eec750 commit e2cb28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ pip install git+https://github.com/explodinggradients/ragas
6464

6565
### Evaluate your RAG with Ragas metrics
6666

67-
This is 4 main lines:
67+
This is 5 main lines:
6868

6969
```python
70+
from ragas import evaluate
7071
from ragas.metrics import LLMContextRecall, Faithfulness, FactualCorrectness
7172
from langchain_openai.chat_models import ChatOpenAI
7273
from ragas.llms import LangchainLLMWrapper

0 commit comments

Comments
 (0)