Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/_static/edited_chain_runs.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"response": "General Relativity is a big idea from Albert Einstein in 1915 that changed how we think about gravity. Instead of just pulling things down, gravity is like a big invisible blanket that bends around heavy stuff like stars and planets. This helps us understand cool things like black holes, ripples in space called gravitational waves, and how the universe is getting smaller. Scientists have tested it a lot, like seeing how light bends around big things in space and how planets move just right. It also helps us learn about the Big Bang and how the universe is put together!",
"reference": "General Relativity, formulated by Albert Einstein in 1915, revolutionized our understanding of gravity by describing it as the curvature of spacetime caused by mass and energy. This theory has significant implications in modern physics, providing the framework for understanding phenomena such as black holes, gravitational waves, and the expansion of the universe. It has been confirmed by numerous experiments and observations, including the bending of light around massive objects and the precise orbit of planets. General Relativity also plays a crucial role in the field of cosmology, influencing our understanding of the Big Bang and the overall structure of the universe."
},
"metric_output": 1,
"metric_output": 0,
"prompts": {
"single_turn_aspect_critic_prompt": {
"prompt_input": {
Expand All @@ -374,7 +374,7 @@
}
}
},
"is_accepted": false
"is_accepted": true
},
{
"metric_input": {
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/customizations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to customize various aspects of Ragas to suit your needs.
- [Write your own metrics](./metrics/_write_your_own_metric.md)
- [Adapt metrics to target language](./metrics/_metrics_language_adaptation.md)
- [Trace evaluations with Observability tools](metrics/tracing.md)
- [Train and align metric](./metrics/_train_your_own_metric.md)
- [Train and align metric](./metrics/train_your_own_metric.md)


## Testset Generation
Expand Down
364 changes: 0 additions & 364 deletions docs/howtos/customizations/metrics/train_your_own_metric.ipynb

This file was deleted.

Loading
Loading