Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-04 | 3.1 kB | |
v0.2.14 source code.tar.gz | 2025-03-04 | 40.2 MB | |
v0.2.14 source code.zip | 2025-03-04 | 40.4 MB | |
Totals: 3 Items | 80.5 MB | 0 |
What's Changed
- feat: add http request-response logging with env flag control by @ganeshrvel in https://github.com/explodinggradients/ragas/pull/1903
- Metric with different parameter gives different score by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1908
- Updated the instruction of
StatementGeneratorPrompt
in faithfulness by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1906 - Fixed simple criteria metric by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1909
- Evaluating Multi-Turn Conversations by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1919
- fix SingleHopQuerySynthesizer::prepare_combinations() by @lryan599 in https://github.com/explodinggradients/ragas/pull/1921
- docs: fix semantic similarity description (cross-encoder -> bi-encoder) by @Ayaka-mogumogu in https://github.com/explodinggradients/ragas/pull/1910
- docs: list googles model provider by @jjmachan in https://github.com/explodinggradients/ragas/pull/1920
- nvidia end-2-end accuracy, relevance and groundedness metrics by @titericz in https://github.com/explodinggradients/ragas/pull/1913
- Enable Runtime Checks for ModeMetric Protocol by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1929
- r2r integration by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1918
- Haystack llm and embedding wrapper by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1901
- Easy fix, Groundedness metric, 5 retries early break. by @titericz in https://github.com/explodinggradients/ragas/pull/1935
- nvidia docs by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1940
- unnecessary Noise Sensitivity name update by @sahusiddharth in https://github.com/explodinggradients/ragas/pull/1943
- When saving kg only save the node id in the relationships by @lryan599 in https://github.com/explodinggradients/ragas/pull/1926
- fix: return valid JSON output schema by @alasdairsmith in https://github.com/explodinggradients/ragas/pull/1933
- Update default.py - Missing
cosine_similarity
transform for docs with Token Count 101–500 by @rgrizzo-linksmt in https://github.com/explodinggradients/ragas/pull/1934 - Ndarray dtype fix, improve error wording by @zybinmikhail in https://github.com/explodinggradients/ragas/pull/1924
New Contributors
- @lryan599 made their first contribution in https://github.com/explodinggradients/ragas/pull/1921
- @Ayaka-mogumogu made their first contribution in https://github.com/explodinggradients/ragas/pull/1910
- @titericz made their first contribution in https://github.com/explodinggradients/ragas/pull/1913
- @alasdairsmith made their first contribution in https://github.com/explodinggradients/ragas/pull/1933
- @rgrizzo-linksmt made their first contribution in https://github.com/explodinggradients/ragas/pull/1934
- @zybinmikhail made their first contribution in https://github.com/explodinggradients/ragas/pull/1924
Full Changelog: https://github.com/explodinggradients/ragas/compare/v0.2.13...v0.2.14