Remove experimental from docs and fix examples in docs - #2270
Merged
Conversation
…put_first_experiment.png)
…t' under Get Started
- Replace ragas.experimental.metrics imports with ragas.metrics - Fix import of discrete_metric and MetricResult to use main package - Resolve compatibility issues with integrated experimental features The experimental features have been integrated into the main ragas package, so examples should import from ragas.metrics directly.
- Grouped related tutorials under a new "Experiments" section in the navigation. - Added links to tutorials for evaluating prompts, RAG systems, AI workflows, and AI agents. - Improved organization of the documentation for better user experience.
- Changed the method for appending messages from `message.dict()` to `message.model_dump()` to ensure compatibility with the latest message structure.
jjmachan
approved these changes
Sep 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove “Experimental” docs and migrate the hello-world content into a core Get Started tutorial.
Changes
docs/getstarted/experiments_quickstart.md(tutorial: Run your first experiment).docs/_static/imgs/experiments_quickstart/and updated image links to/_static/....mkdocs.yml: removed🧪 Experimentalsection; added “Run your first experiment” under Get Started.docs/getstarted/index.mdto the new tutorial.docs/concepts/experimentation.mdto the new tutorial.docs/experimental/directory.Verification