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