Skip to content

Commit 9ad17b1

Browse files
authored
added discord server (#47)
1 parent 7a4a95d commit 9ad17b1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616
<a href="https://github.com/explodinggradients/ragas/blob/master/LICENSE">
1717
<img alt="License" src="https://img.shields.io/github/license/explodinggradients/ragas.svg?color=green">
1818
</a>
19-
<a href="https://colab.research.google.com/drive/1HfutiEhHMJLXiWGT8pcipxT5L2TpYEdt?usp=sharing">
19+
<a href="https://colab.research.google.com/github/explodinggradients/ragas/blob/main/examples/quickstart.ipynb">
2020
<img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg">
2121
</a>
22+
<a href="https://discord.gg/5djav8GGNZ">
23+
<img alt="discord-invite" src="https://dcbadge.vercel.app/api/server/5djav8GGNZ?style=flat">
24+
</a>
2225
<a href="https://github.com/explodinggradients/ragas/">
2326
<img alt="Downloads" src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103">
2427
</a>
@@ -29,6 +32,7 @@
2932
<a href="#shield-installation">Installation</a> |
3033
<a href="#fire-quickstart">Quickstart</a> |
3134
<a href="#luggage-metrics">Metrics</a> |
35+
<a href="#-community">Community</a> |
3236
<a href="#raising_hand_man-faq">FAQ</a> |
3337
<a href="https://huggingface.co/explodinggradients">Hugging Face</a>
3438
<p>
@@ -91,12 +95,15 @@ Here we assume that you already have your RAG pipeline ready. When it comes to R
9195
2. Collect a set of sample prompts (min 20) to form your test set.
9296
3. Run your pipeline using the test set before and after the change. Each time record the prompts with context and generated output.
9397
4. Run ragas evaluation for each of them to generate evaluation scores.
94-
5. Compare the scores and you will know how much the change has affected your pipelines's performance.
98+
5. Compare the scores and you will know how much the change has affected your pipelines' performance.
9599

100+
## 🫂 Community
101+
If you want to get more involved with Ragas, check out our [discord server](https://discord.gg/5djav8GGNZ). It's a fun community where we geek out about LLM, Retrieval, Production issues and more.
96102

97103
## :raising_hand_man: FAQ
98104
1. Why harmonic mean?
99-
Harmonic mean penalizes extreme values. For example if your generated answer is fully factually consistent with the context (factuality = 1) but is not relevant to the question (relevancy = 0), simple average would give you a score of 0.5 but harmonic mean will give you 0.0
105+
106+
Harmonic mean penalizes extreme values. For example, if your generated answer is fully factually consistent with the context (factuality = 1) but is not relevant to the question (relevancy = 0), a simple average would give you a score of 0.5 but a harmonic mean will give you 0.0
100107

101108

102109

0 commit comments

Comments
 (0)