Skip to content

Commit 59d5688

Browse files
authored
docs: fix search (#1491)
Add few more items to how tos Keep files not 0.2 ready from appearing in search
1 parent d74be96 commit 59d5688

File tree

9 files changed

+40
-348
lines changed

9 files changed

+40
-348
lines changed

β€Ždocs/howtos/applications/add_to_ci.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Adding to your CI pipeline with Pytest
27

38
You can add Ragas evaluations as part of your Continious Integration pipeline

β€Ždocs/howtos/applications/compare_embeddings.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Compare Embeddings for retriever
27

38
The performance of the retriever is a critical and influential factor that determines the overall effectiveness of a Retrieval Augmented Generation (RAG) system. In particular, the quality of the embeddings used plays a pivotal role in determining the quality of the retrieved content.

β€Ždocs/howtos/applications/compare_llms.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Compare LLMs using Ragas Evaluations
27

38
The llm used in the Retrieval Augmented Generation (RAG) system has a major impact in the quality of the generated output. Evaluating the results generated by different llms can give an idea about the right llm to use for a particular use case.

β€Ždocs/howtos/applications/custom_prompts.mdβ€Ž

Lines changed: 0 additions & 106 deletions
This file was deleted.

β€Ždocs/howtos/applications/data_preparation.mdβ€Ž

Lines changed: 0 additions & 28 deletions
This file was deleted.

β€Ždocs/howtos/applications/use_prompt_adaptation.mdβ€Ž

Lines changed: 0 additions & 164 deletions
This file was deleted.

β€Ždocs/howtos/customizations/index.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ How to customize various aspects of Ragas to suit your needs.
1111
- [Modify prompts in metrics](metrics/modifying-prompts-metrics.ipynb)
1212
- [Write your own metrics](metrics/write_your_own_metric.ipynb)
1313
- [Adapt metrics to target language](metrics/metrics_language_adaptation.ipynb)
14+
- [Estimate cost of evaluation with metrics](metrics/cost.ipynb)
15+
- [Tracing evaluations with Observability tools](metrics/tracing.md)
16+
1417

1518
## Testset Generation
1619

0 commit comments

Comments
Β (0)