10000 Tags · zhaohengmaster/ragas · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zhaohengmaster/ragas

Tags

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Metric.score to work within an existing asyncio loop (exploding…

…gradients#1161)

I got errors when running metrics within an existing asyncio loop, the
`asyncio.run` part makes the code fail in those cases. Submitting a
bugfix.

---------

Co-authored-by: jjmachan <jamesjithin97@gmail.com>

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: temperature parameter in generate_text not ignored. (explodinggr…

…adients#887)

Addresses explodinggradients#886. 

Temperature parameter is not anymore overwritten by calling to
`self.get_temperature(n=n)`. Now it will only call that method if no
parameter was given.

---------

Co-authored-by: Ivan Herreros <ivan.herreros-alonso@inovex.de>

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove `is_async` argument since everything is async now (explod…

…inggradients#1116)

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/updating prompt (explodinggradients#1050)

Editing prompt.py so that adaptation of testset_generator to dutch is
possible;
Added a output_parser for the question_answer_prompt, so that there are
less nans with testset_generation

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/llamaindex: adding llamaindex (explodinggradients#999)

fixes: explodinggradients#557 


its been long 🙂

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: patch type issue in evolution parsing (explodinggradients#980)

fixes: explodinggradients#900

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix ci: some linting issues (explodinggradients#852)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use aparse in all metrics (explodinggradients#831)

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: faithfulness (explodinggradients#787)

fixes : explodinggradients#785

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
0