Skip to content

Releases: vibrantlabsai/ragas

v0.4.0

03 Dec 16:22
877ed6c

Choose a tag to compare

What's Changed

  • docs: complete collections API documentation for remaining metrics by @sanjeed5 in #2420
  • feat: support GPT-5 and o-series models with automatic temperature and top_p constraint handling by @anistark in #2418
  • update: add llm options as tabs to quickstart by @anistark in #2421
  • feat: migrate to instructor.from_provider for universal provider support by @anistark in #2424
  • docs: fix typos in some files by @Edge-Seven in #2429
  • feat: implement prompt class for context precision by @anistark in #2433
  • fix: docs for quickstart by @anistark in #2434
  • Fix 2432: Update import statements for langchain modules by @rvernica in #2436
  • Fix 2440 Adjust LLM parameters in evals.py by @rvernica in #2441
  • feat: migrate context recall, answer relevancy, and context entity recall metrics to modular BasePrompt architecture by @anistark in #2435
  • feat: migrate 6 metrics (ContextRelevance, Response Groundedness, AnswerAccuracy, Faithfulness, AnswerCorrectness, SummaryScore) to BasePrompt by @anistark in #2443
  • feat: migrate final metrics (FactualCorrectness, NoiseSensitivity) to modular BasePrompt architecture and update docs by @anistark in #2444
  • chore: add COC by @anistark in #2437
  • docs: clarify MLflow is required, not optional in RAG evaluation guide by @anistark in #2447
  • chore: cleanup old patterns and update links by @anistark in #2449
  • chore: rebranding efforts by @jjmachan in #2445
  • feat: dual adapter support (Instructor + LiteLLM) by @anistark in #2446
  • fix: resolve InstructorLLM detection bug and add EvaluationDataset backend support for experiments by @anistark in #2451
  • fix: retrieved_contexts string filtering in LangChain integration by @dhyaneesh in #2452
  • fix: correct MultiTurnSample user_input validation logic by @harshil-sanghvi in #2426
  • fix: automatic embedding provider matching for LLMs by @anistark in #2454
  • fix: make GitPython an optional dependency by @anistark in #2453
  • docs: Update customizations how-to guides to use collections API and LLM factory by @sanjeed5 in #2425
  • fix: detect async clients in closures for instructor-wrapped litellm routers by @anistark in #2458
  • fix: quickstart by @anistark in #2463
  • chore: update calendar email by @anistark in #2462
  • fix: make GoogleEmbeddings handle GenerativeModel clients by auto-extracting genai module by @anistark in #2466
  • docs: add migration guide for v0.4 by @anistark in #2461

New Contributors

Full Changelog: v0.3.9...v0.4.0

v0.3.9

11 Nov 17:24
8b4653c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

28 Oct 19:09
58f20a6

Choose a tag to compare

What's Changed

  • feat: semantic similarity migrated to collections by @anistark in #2361
  • feat: Add reusable testing infrastructure for metrics migration by @jjmachan in #2370
  • add: console scripts for ragas_examples by @anistark in #2367
  • feat: add quickstart cmd with templates to run by @anistark in #2374
  • fix: detect uvloop and skip nest_asyncio to prevent patching errors by @anistark in #2369
  • Remove import not used by @ChenyangLi4288 in #2364
  • Migrate answer_correctness by @rhlbhatnagar in #2365
  • Migrate context_entity_recall by @rhlbhatnagar in #2366
  • feat: aspect critic metric for coherence, harmfulness, maliciousness, correctness by @anistark in #2375
  • Fixed: NameError during evalutation of llamaindex query engine by @Prigoistic in #2331
  • Remove error suppressor in async_utils.py and engine.py by @ChenyangLi4288 in #2362
  • docs: clarify Context Relevance implementation differs from paper design by @anistark in #2378
  • fix: add missing metrics (ToolCallF1, ChrfScore) to sidebar and document deprecated ContextUtilization by @anistark in #2381
  • refactor: instructor_llm_factory merge with llm_factory by @anistark in #2382
  • fix: handle tuple-formatted entities in SingleHopSpecificQuerySynthesizer by @anistark in #2377
  • feat: simple criteria migrated to collections by @anistark in #2386
  • chore: remove deprecation warnings for LangchainLLMWrapper, LlamaIndexLLMWrapper, and embedding wrappers by @anistark in #2387

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

14 Oct 16:21
f31c365

Choose a tag to compare

What's Changed

  • refactor: improve metrics code quality by @anistark in #2337
  • chore: remove old analtyics by @jjmachan in #2338
  • Fix/query distribution robustness by @yatoyun in #2340
  • Simplify earlier how to guides in docs by @sanjeed5 in #2319
  • docs: reorganize prompt evaluation guides in navigation by @sanjeed5 in #2346
  • Metrics migration, migrate rouge + answer relevance by @rhlbhatnagar in #2335
  • fix: streamline theme extraction from overlaps in MultiHopSpecificQue… by @kenzoyan in #2347
  • Test/metric new compare by @anistark in #2349
  • feat: bleu score migrated to collections by @anistark in #2352
  • fix: Add List[List[str]] formats for overlapped items in theme extration (Continuation in #2347) by @kenzoyan in #2355
  • feat: string metrics migrated to collections by @anistark in #2356
  • feat: answer similarity migrated to collections by @anistark in #2358
  • fix: add missing props token_usage_parser for test generation methods #2359 by @bhkj9999 in #2360
  • feat: add bypass_n option to LangchainLLMWrapper for n-completion control by @SimFG in #2354
  • docs: Add how-to guide for aligning LLM-as-Judge by @sanjeed5 in #2348

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

03 Oct 03:56
49f47f1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

17 Sep 19:13
6bde58a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.5rc2

17 Sep 17:40
6bde58a

Choose a tag to compare

v0.3.5rc2 Pre-release
Pre-release
fix: removed the need for regex patterns (#2290)

v0.3.5rc1

17 Sep 17:31
b8c4bee

Choose a tag to compare

v0.3.5rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5rc1

v0.3.4

10 Sep 23:57
6549737

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

04 Sep 17:59
8d1e166

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3