Skip to content

Commit

Permalink
Update evaluating_2_pipelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-aiplanet authored May 20, 2024
1 parent 4e3345f commit 2ac1423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/evaluating_2_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ retriever_normal = retrieve.auto_retriever(data,embed_model,type="normal",top_k=
```
Experiment 2:
```python
retriever_normal = retrieve.auto_retriever(data,embed_model,type="normal",top_k=4)
retriever_hybrid = retrieve.auto_retriever(data,embed_model,type="hybrid",top_k=4)
```


Expand Down Expand Up @@ -129,4 +129,4 @@ Executing RAG Triad Evaluations...
Context relevancy Score: 9.0, Good Score
Answer relevancy Score: 10.0, Good Score
Groundness score: 9.7, Good Score
```
```

0 comments on commit 2ac1423

Please sign in to comment.