Skip to content

Conversation

sanjeed5
Copy link
Contributor

Pull Request

Changes Made

  • Restructured examples into installable package: Converted examples directory to proper Python package ragas-examples with pyproject.toml, LICENSE, and comprehensive README.md

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Maintenance (refactoring, dependency updates, etc.)
  • 🧪 Test improvements
  • 🚀 Performance improvement

Testing

How to Test

  • Manual testing steps:
    1. Install packages in editable mode: uv pip install -e . -e ./examples

    2. Run example modules: python -m ragas_examples.benchmark_llm.prompt

Note: Docs and examples are not updated yet.

If the structure looks fine, I'll update the rest of the docs and examples to match this.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Aug 20, 2025
@anistark
Copy link
Contributor

Try rebase and recheck ci once.

Copy link
Member

@jjmachan jjmachan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good but please fix the CI (unit tests failing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants