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