v0.0.20
What's Changed
- docs: update how LLMs are customized in Ragas metrics by @jjmachan in #219
- fix: Add RagasLLM for customized test set generation by @chankeith96 in #242
- docs: add import statement in testset generation by @jjmachan in #249
- expose metrics prompts by renaming metric modules by @grauvictor in #243
- fix: added support for google vertexAI by @jjmachan in #252
- Renamed module names and made changes in init to reflect the change by @tinomaxthayil in #244
- added hint in synthetcic data generation by @tinomaxthayil in #259
- feat: RagasEmbeddings by @shahules786 in #232
- Fix: type hints by @shahules786 in #263
- Update issue templates by @shahules786 in #265
- Update evaluation.md typo by @whitewum in #275
- removed ragas score from result object by @tinomaxthayil in #276
- Custom embeddings from HuggingFace (sentence transformer) do not pass the assertion in src/ragas/metrics/_answer_similarity.py by @alebondarenko in #277
- fix: set temperate to near zero value by @shahules786 in #267
- feat: add native support for OpenAI and AzureOpenAI by @jjmachan in #261
- feat: make ragas pip more lighter by @jjmachan in #283
- docs: amazon bedrock (#241) by @arm-diaz in #246
- docs: added vertext ai support by @jjmachan in #284
- chore: pin OpenAI to >1 by @jjmachan in #285
New Contributors
- @chankeith96 made their first contribution in #242
- @grauvictor made their first contribution in #243
- @tinomaxthayil made their first contribution in #244
- @whitewum made their first contribution in #275
- @alebondarenko made their first contribution in #277
Full Changelog: v0.0.19...v0.0.20