Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-19 | 3.2 kB | |
v0.3.2 source code.tar.gz | 2025-08-19 | 42.9 MB | |
v0.3.2 source code.zip | 2025-08-19 | 43.1 MB | |
Totals: 3 Items | 86.0 MB | 0 |
What's Changed
- feat: save and load prompt object by @jjmachan in https://github.com/explodinggradients/ragas/pull/2152
- refactor: use basemetric as base for metric by @anistark in https://github.com/explodinggradients/ragas/pull/2163
- add: pre-commit hook to run ci on every commit by @anistark in https://github.com/explodinggradients/ragas/pull/2164
- Make
AnswerSimilarity
a dataclass by @hutec in https://github.com/explodinggradients/ragas/pull/2159 - docs: Add discord link to Community page in docs by @sanjeed5 in https://github.com/explodinggradients/ragas/pull/2157
- Fixed a small typo in context_precision.md by @ImadSaddik in https://github.com/explodinggradients/ragas/pull/2166
- Move Experimental to inside Ragas by @NirantK in https://github.com/explodinggradients/ragas/pull/2167
- refactor: experiment function to use model as additional optional arg by @anistark in https://github.com/explodinggradients/ragas/pull/2165
- Add python 3.13 target, refactor on pre-commit and benchmarking tests by @anistark in https://github.com/explodinggradients/ragas/pull/2169
- fix: enum values instead of names in testset synthesizers by @lovets18 in https://github.com/explodinggradients/ragas/pull/2137
- Cleaner, simpler pyproject.toml by @NirantK in https://github.com/explodinggradients/ragas/pull/2173
- Move Examples to root by @NirantK in https://github.com/explodinggradients/ragas/pull/2176
- Add
backend
to ragas main by @NirantK in https://github.com/explodinggradients/ragas/pull/2174 - Remove txt requirements by @NirantK in https://github.com/explodinggradients/ragas/pull/2180
- Remove black by @NirantK in https://github.com/explodinggradients/ragas/pull/2178
- feat: move
experiment
from experimental to ragas main by @NirantK in https://github.com/explodinggradients/ragas/pull/2175 - feat: migrate CLI from experimental to main package by @NirantK in https://github.com/explodinggradients/ragas/pull/2183
- Reformat examples by @NirantK in https://github.com/explodinggradients/ragas/pull/2186
- Remove simulation by @NirantK in https://github.com/explodinggradients/ragas/pull/2187
- refactor: avoid notebook in test. run all in test-all by @anistark in https://github.com/explodinggradients/ragas/pull/2171
- Add Claude Code GitHub Workflow by @jjmachan in https://github.com/explodinggradients/ragas/pull/2192
- hotfix: Include LICENSE and README.md in PyPI package by @NirantK in https://github.com/explodinggradients/ragas/pull/2195
- fix: pypi requirements and image absolute path by @anistark in https://github.com/explodinggradients/ragas/pull/2196
- chore: fix release script by @jjmachan in https://github.com/explodinggradients/ragas/pull/2198
New Contributors
- @anistark made their first contribution in https://github.com/explodinggradients/ragas/pull/2163
- @hutec made their first contribution in https://github.com/explodinggradients/ragas/pull/2159
- @ImadSaddik made their first contribution in https://github.com/explodinggradients/ragas/pull/2166
- @lovets18 made their first contribution in https://github.com/explodinggradients/ragas/pull/2137
Full Changelog: https://github.com/explodinggradients/ragas/compare/v0.3.1...v0.3.2