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

Tags: neo/ragas

Tags

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: removed SUPPORTED_LANGUAGE (explodinggradients#1846)

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: langchain v3 integration tutorial (explodinggradients#1818)

- This PR adds a integration tutorial for evaluating a simple
question-answering bot using LangChain.
- fixed the make file

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove reproducibility arg (explodinggradients#1790)

Remove reproducibility arg in light on alignment feature which better
solves the same problem.
fixes: explodinggradients#1711

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: demo related fixes (explodinggradients#1750)

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

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Test generation for non-english corpus (explodinggradients#1734)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes ToolCallAccuracy raises ZeroDivisionError when called without a…

…ny arguments. (explodinggradients#1685)

- Fixes: explodinggradients#1684 

1. Check for both empty dictionaries:
- If both refs and preds are empty, return 1.0 as you specified in your
logic.
2. Check for empty refs:
- If refs is empty but preds is not, return 0.0 since there's nothing to
compare.

Co-authored-by: ikka <shahules786@gmail.com>

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixing recall in _factual_correctness.py (explodinggradients#1650)

Bug fixing recall in factual correctness:

recall is equal to: tp / (tp + fn)

but was calculated exactly like the precision.

Reference:
https://docs.ragas.io/en/latest/concepts/metrics/available_metrics/factual_correctness/#factual-correctness

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improvements in test synthesization (explodinggradients#1621)

PR 2 of improvements in test generation

---------

Co-authored-by: Jin Lin Tham <jltham18@gmail.com>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: typo: ROUGE is a metric, ROGUE is a scoundrel (explodinggradient…

…s#1585)

Fixes the typo 'rogue' with referring to 'rouge' score.

Because this changes a file name and param name, it can be considered a
breaking change

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: make llms and embeddings explicit (explodinggradients#1553)

0