Skip to content

v0.3.8

Latest

Choose a tag to compare

@anistark anistark released this 28 Oct 19:09
· 12 commits to main since this release
58f20a6

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