Ragas

Latest version: v0.2.13

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.1.19

What's Changed
* feat: add non llm based context recall by shahules786 in https://github.com/explodinggradients/ragas/pull/1266
* feat: Non LLM based context precision by shahules786 in https://github.com/explodinggradients/ragas/pull/1264
* feat: added n and temperature passthrough to prompt by jjmachan in https://github.com/explodinggradients/ragas/pull/1281
* Add option to disable progress bar in `evaluate` by freddiev4 in https://github.com/explodinggradients/ragas/pull/1279
* feat: new aspect critic metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1286
* feat: add simple scorer metric by shahules786 in https://github.com/explodinggradients/ragas/pull/1291
* docs: add docs for new metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1292
* Fix wrong input key name by ruanhao in https://github.com/explodinggradients/ragas/pull/1300
* chore: move rubrics based metric into single file by shahules786 in https://github.com/explodinggradients/ragas/pull/1287
* feat: Instance specifc rubrics metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1304
* feat: agent goal accuracy metric by shahules786 in https://github.com/explodinggradients/ragas/pull/1303
* docs: agent metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1314
* Update Opik notebook example and integration by jverre in https://github.com/explodinggradients/ragas/pull/1295
* fix: column rename by shahules786 in https://github.com/explodinggradients/ragas/pull/1324

New Contributors
* freddiev4 made their first contribution in https://github.com/explodinggradients/ragas/pull/1279
* ruanhao made their first contribution in https://github.com/explodinggradients/ragas/pull/1300

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.18...v0.1.19

0.1.18

What's Changed
* fix: inverse distance by shahules786 in https://github.com/explodinggradients/ragas/pull/1267
* fix: non llm based metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1268
* fix: v1 to v2 dataset by shahules786 in https://github.com/explodinggradients/ragas/pull/1275
* fix: make score nested if loop_is_running by jjmachan in https://github.com/explodinggradients/ragas/pull/1276


**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.17...v0.1.18

0.1.17

What's Changed
* update documentation for faithfulness with HHEM by Miaoranmmm in https://github.com/explodinggradients/ragas/pull/1242
* New data representation by shahules786 in https://github.com/explodinggradients/ragas/pull/1222
* Feat: Opik Integration by jverre in https://github.com/explodinggradients/ragas/pull/1256
* Add support to MultiTurn Metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1249
* fix: add single_turn_ascore by shahules786 in https://github.com/explodinggradients/ragas/pull/1261
* fix: handle v0.1 dataset by shahules786 in https://github.com/explodinggradients/ragas/pull/1262
* Non LLM based metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1260
* feat: set and get prompts for metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1259

New Contributors
* jverre made their first contribution in https://github.com/explodinggradients/ragas/pull/1256

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.16...v0.1.17

0.1.16

What's Changed
* load HHEM on specified device by Miaoranmmm in https://github.com/explodinggradients/ragas/pull/1235
* feat: new Prompt object and faithfulness metric by jjmachan in https://github.com/explodinggradients/ragas/pull/1232
* feat (experimental) added new prompt and metric into `ragas.experimental` by jjmachan in https://github.com/explodinggradients/ragas/pull/1240

New Contributors
* Miaoranmmm made their first contribution in https://github.com/explodinggradients/ragas/pull/1235

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.15...v0.1.16

0.1.15

What's Changed
* fix: typo in model name by shahules786 in https://github.com/explodinggradients/ragas/pull/1198
* metrics: add domain specific rubrics based scoring by vaishakhRaveendran in https://github.com/explodinggradients/ragas/pull/1189
* docs: rubrics based metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1200
* docs: add context utilisation to the index by shahules786 in https://github.com/explodinggradients/ragas/pull/1202
* Docs: fix typo in metrics by shahules786 in https://github.com/explodinggradients/ragas/pull/1203
* Implementation of Noise sensitivity metrics from RAGChecker by sahusiddharth in https://github.com/explodinggradients/ragas/pull/1190
* Tiny typo fix: it's -> its by peterkaminski in https://github.com/explodinggradients/ragas/pull/1219
* fix : solves 1215 - Inconsistency in the Value of EVALMODE_TO_COLUMNS[EvaluationMode.ca] by jucgonzalezes in https://github.com/explodinggradients/ragas/pull/1216
* chore: removed extra of requirements by jjmachan in https://github.com/explodinggradients/ragas/pull/1225
* Bugfix of evaluate function in llama_index.py by vcim in https://github.com/explodinggradients/ragas/pull/1223
* [FIX] - Fix for summarization edge case by sky-2002 in https://github.com/explodinggradients/ragas/pull/1201

New Contributors
* peterkaminski made their first contribution in https://github.com/explodinggradients/ragas/pull/1219
* jucgonzalezes made their first contribution in https://github.com/explodinggradients/ragas/pull/1216
* vcim made their first contribution in https://github.com/explodinggradients/ragas/pull/1223

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.14...v0.1.15

0.1.14

What's Changed
* Add question to context recall doc by shahules786 in https://github.com/explodinggradients/ragas/pull/1173
* Add context utilization by shahules786 in https://github.com/explodinggradients/ragas/pull/1174
* doc: fix output for testset generation and missing files by jjmachan in https://github.com/explodinggradients/ragas/pull/1176
* Helicone Integration by chitalian in https://github.com/explodinggradients/ragas/pull/1178
* docs: minor fixes by shahules786 in https://github.com/explodinggradients/ragas/pull/1183
* solved issue that adaptation crashes when havig multiple nested promp… by ssoima in https://github.com/explodinggradients/ragas/pull/1181
* Bugfix Summarization Score by emreds in https://github.com/explodinggradients/ragas/pull/1164
* [DOCS] - Fix summarization score expression by sky-2002 in https://github.com/explodinggradients/ragas/pull/1184
* metrics: add faithfulness with HHEM model by shahules786 in https://github.com/explodinggradients/ragas/pull/1191
* Fix test command in development.md to match Makefile configuration by sahusiddharth in https://github.com/explodinggradients/ragas/pull/1195
* feat: deeper helicon integration by jjmachan in https://github.com/explodinggradients/ragas/pull/1196
* fix: added a test for prompts by jjmachan in https://github.com/explodinggradients/ragas/pull/1197

New Contributors
* chitalian made their first contribution in https://github.com/explodinggradients/ragas/pull/1178
* ssoima made their first contribution in https://github.com/explodinggradients/ragas/pull/1181
* emreds made their first contribution in https://github.com/explodinggradients/ragas/pull/1164
* sahusiddharth made their first contribution in https://github.com/explodinggradients/ragas/pull/1195

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.13...v0.1.14

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.