Skip to content

Conversation

sanjeed5
Copy link
Contributor

Summary

Remove “Experimental” docs and migrate the hello-world content into a core Get Started tutorial.

Changes

  • Added docs/getstarted/experiments_quickstart.md (tutorial: Run your first experiment).
  • Moved assets to docs/_static/imgs/experiments_quickstart/ and updated image links to /_static/....
  • Updated mkdocs.yml: removed 🧪 Experimental section; added “Run your first experiment” under Get Started.
  • Linked from docs/getstarted/index.md to the new tutorial.
  • Cross-linked from docs/concepts/experimentation.md to the new tutorial.
  • Removed the entire docs/experimental/ directory.

Verification

  • Built docs locally succeeds.
  • New tutorial renders; Experimental tab is gone; links and assets resolve.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Sep 10, 2025
- 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.
@sanjeed5 sanjeed5 changed the title Remove experimental from docs Remove experimental from docs and fix examples in docs Sep 10, 2025
- 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 jjmachan merged commit 83d25e3 into main Sep 17, 2025
9 checks passed
@jjmachan jjmachan deleted the docs/fix_docs_issues branch September 17, 2025 02:33
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.

2 participants