Ragas

Latest version: v0.2.14

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

Scan your dependencies

Page 5 of 12

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

0.1.13

What's Changed
* Fix "global flags not at the start" raised in extract_text function by vaishakhRaveendran in https://github.com/explodinggradients/ragas/pull/1113
* Random seed fixed. by Gwenn-LR in https://github.com/explodinggradients/ragas/pull/1142
* feat: Usage tracking for evaluations by jjmachan in https://github.com/explodinggradients/ragas/pull/1129
* Fixing Demo Code - Compare Embeddings for retriever Docs by matheusft in https://github.com/explodinggradients/ragas/pull/1153
* fix: run_config post_init issue by jjmachan in https://github.com/explodinggradients/ragas/pull/1158
* Add save function for statement_prompt by miyaketomoya in https://github.com/explodinggradients/ragas/pull/1157
* Fix: `adapt` function to translate cached `prompts` in place. by HerrIvan in https://github.com/explodinggradients/ragas/pull/889
* fix: `RunConfig` documentation and improvements by jjmachan in https://github.com/explodinggradients/ragas/pull/1159
* Docs/run config by jjmachan in https://github.com/explodinggradients/ragas/pull/1160
* change segmenter language when language adaptaion by miyaketomoya in https://github.com/explodinggradients/ragas/pull/1163
* change default model to gpt4o-mini by shahules786 in https://github.com/explodinggradients/ragas/pull/1166
* Add tests to `ragas.run_config.RunConfig` `rng` attribute. by Gwenn-LR in https://github.com/explodinggradients/ragas/pull/1169
* feat: added `track_completed` decorator to track completed functions by jjmachan in https://github.com/explodinggradients/ragas/pull/1171
* docs: added development.md file by jjmachan in https://github.com/explodinggradients/ragas/pull/1115
* Allow Metric.score to work within an existing asyncio loop by abramowskia in https://github.com/explodinggradients/ragas/pull/1161

New Contributors
* Gwenn-LR made their first contribution in https://github.com/explodinggradients/ragas/pull/1142
* matheusft made their first contribution in https://github.com/explodinggradients/ragas/pull/1153
* miyaketomoya made their first contribution in https://github.com/explodinggradients/ragas/pull/1157
* abramowskia made their first contribution in https://github.com/explodinggradients/ragas/pull/1161

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

0.1.12

What's Changed
* [Fix bug] The adaptation for `rewrite_invalid_question_prompt` was not saved by psydok in https://github.com/explodinggradients/ragas/pull/1071
* [Fix bug] utils.py by jrredondo in https://github.com/explodinggradients/ragas/pull/1083
* Llama Index integration: optional RunConfig for evaluate() by antono in https://github.com/explodinggradients/ragas/pull/1085
* Create a custom directory loader for RAGAS by vaishakhRaveendran in https://github.com/explodinggradients/ragas/pull/1122
* Fix "sentence" -> "claim" the context recall metric docs by artmatsak in https://github.com/explodinggradients/ragas/pull/1126
* fix: temperature parameter in generate_text not ignored. by HerrIvan in https://github.com/explodinggradients/ragas/pull/887

New Contributors
* psydok made their first contribution in https://github.com/explodinggradients/ragas/pull/1071
* jrredondo made their first contribution in https://github.com/explodinggradients/ragas/pull/1083
* antono made their first contribution in https://github.com/explodinggradients/ragas/pull/1085
* vaishakhRaveendran made their first contribution in https://github.com/explodinggradients/ragas/pull/1122
* artmatsak made their first contribution in https://github.com/explodinggradients/ragas/pull/1126
* HerrIvan made their first contribution in https://github.com/explodinggradients/ragas/pull/887

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.11...v0.1.12

0.1.11

What's Changed
* Testgeneration v3 by shahules786 in https://github.com/explodinggradients/ragas/pull/1024
* fix: import errors and make `experimental` runnable by jjmachan in https://github.com/explodinggradients/ragas/pull/1078
* chore: added analytics to count the num of testsets generated with experimental by jjmachan in https://github.com/explodinggradients/ragas/pull/1081
* Fix mutable dataclass defaults by yasyf in https://github.com/explodinggradients/ragas/pull/1082
* fix(executor): simplify executor by removing threading by jjmachan in https://github.com/explodinggradients/ragas/pull/1093
* chore: added ragas as a dependency by jjmachan in https://github.com/explodinggradients/ragas/pull/1095
* test: added more tests for executor by jjmachan in https://github.com/explodinggradients/ragas/pull/1110
* chore: remove context_relevancy from library by jjmachan in https://github.com/explodinggradients/ragas/pull/1111
* Update index.md by IdaJess in https://github.com/explodinggradients/ragas/pull/1117
* Improve Clarity and Structure of Faithfulness Explanation in Documentation by aybruhm in https://github.com/explodinggradients/ragas/pull/1114
* fix: remove `is_async` argument since everything is async now by jjmachan in https://github.com/explodinggradients/ragas/pull/1116

New Contributors
* yasyf made their first contribution in https://github.com/explodinggradients/ragas/pull/1082
* IdaJess made their first contribution in https://github.com/explodinggradients/ragas/pull/1117
* aybruhm made their first contribution in https://github.com/explodinggradients/ragas/pull/1114

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.10...v0.1.11

0.1.10

What's Changed
* Update testset_generation.md - fix typo by GTimothee in https://github.com/explodinggradients/ragas/pull/1008
* bugfix: evaluation thread timeout by NIL-zhuang in https://github.com/explodinggradients/ragas/pull/858
* Update index.md by shahules786 in https://github.com/explodinggradients/ragas/pull/1023
* Add initial version of summarization metric by sky-2002 in https://github.com/explodinggradients/ragas/pull/990
* feat: added experimental package in ragas by jjmachan in https://github.com/explodinggradients/ragas/pull/1056
* Docs for summarization metric by sky-2002 in https://github.com/explodinggradients/ragas/pull/1026
* adding `get_available_metrics` method by immortal3 in https://github.com/explodinggradients/ragas/pull/1025
* chore: Fix typo in index.md by anfindsen in https://github.com/explodinggradients/ragas/pull/1058
* fix(testset): for generating testset with new docs by Manav916 in https://github.com/explodinggradients/ragas/pull/1001
* Fix counter in Runner and Executor in case of any exception by baptiste-pasquier in https://github.com/explodinggradients/ragas/pull/995
* Chore: Fix RuntimeError: ... got Future <..> attached to a different loop by abetatos in https://github.com/explodinggradients/ragas/pull/979
* fix: langchain EvaluatorChain OpenAI validation error by danielfornarini in https://github.com/explodinggradients/ragas/pull/1051
* chore: removed async time tests from benchmarks by jjmachan in https://github.com/explodinggradients/ragas/pull/1061
* Feature/updating prompt by louky123 in https://github.com/explodinggradients/ragas/pull/1050

New Contributors
* GTimothee made their first contribution in https://github.com/explodinggradients/ragas/pull/1008
* NIL-zhuang made their first contribution in https://github.com/explodinggradients/ragas/pull/858
* immortal3 made their first contribution in https://github.com/explodinggradients/ragas/pull/1025
* anfindsen made their first contribution in https://github.com/explodinggradients/ragas/pull/1058
* Manav916 made their first contribution in https://github.com/explodinggradients/ragas/pull/1001
* baptiste-pasquier made their first contribution in https://github.com/explodinggradients/ragas/pull/995
* abetatos made their first contribution in https://github.com/explodinggradients/ragas/pull/979
* danielfornarini made their first contribution in https://github.com/explodinggradients/ragas/pull/1051
* louky123 made their first contribution in https://github.com/explodinggradients/ragas/pull/1050

**Full Changelog**: https://github.com/explodinggradients/ragas/compare/v0.1.9...v0.1.10

0.1.9

None

Page 5 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.