Skip to content

Releases: explodinggradients/ragas

v0.0.8

27 Jul 10:36
2b9734d
Compare
Choose a tag to compare

Main

What's Changed

Full Changelog: 0.0.7...v0.0.8

0.0.7

20 Jul 16:46
9444617
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

15 Jul 06:27
eefb0ca
Compare
Choose a tag to compare

Main

  • Context Relevancy v2 - measures how relevant is the retrieved context to the prompt. This is done using a combination of OpenAI models and cross-encoder models. To improve the score one can try to optimize the amount of information present in the retrieved context.

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

10 Jul 10:55
d4d0883
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

10 Jul 07:37
f111519
Compare
Choose a tag to compare

Important feats

What's Changed

New Contributors

Full Changelog: v0.0.3...0.0.4

v0.0.3

09 Jun 14:25
6b76cd3
Compare
Choose a tag to compare

v0.0.3 is a major design change

We have added 3 new metrics that help you answer how factually correct is your generated answers, how relevant are the answers to the question and how relevant are the contexts returned form the retriever to the questions. This gives you a sense of the performance of both you generation and retrieval steps. We also have a "ragas_score" which is unified score to give a single metric about your pipelines.

checkout the quickstart to see how it works: https://github.com/explodinggradients/ragas/blob/main/examples/quickstart.ipynb

v0.0.3rc1

09 Jun 07:32
1e07768
Compare
Choose a tag to compare
v0.0.3rc1 Pre-release
Pre-release
feat: make `Result` more usefull (#39)

- added a few tests too

0.0.2

23 May 06:40
ca07b3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

14 May 23:15
ddc5d76
Compare
Choose a tag to compare

MVP release!!!

What's Changed

Full Changelog: 0.0.1a6...0.0.1

0.0.1a8

14 May 22:07
fb17f9d
Compare
Choose a tag to compare
0.0.1a8 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.1a6...0.0.1a8