Skip to content

Commit

Permalink
Merge pull request #50 from aiplanethub/deepak-aiplanet-patch-1
Browse files Browse the repository at this point in the history
Update evaluating_2_pipelines.md
  • Loading branch information
tarun-aiplanet authored Jun 10, 2024
2 parents 3c365b4 + 2ac1423 commit ea5de55
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 ea5de55

Please sign in to comment.