Skip to content

Commit bba7179

Browse files
authored
update compare_embeddings doc links (#2037)
1 parent 47dd0d5 commit bba7179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howtos/applications/compare_embeddings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This tutorial notebook provides a step-by-step guide on how to compare and choos
1818

1919

2020
!!! tip
21-
Ragas can also work with your dataset. Refer to [data preparation](./data_preparation.md) to see how you can use your dataset with ragas.
21+
Ragas can also work with your dataset. Refer to [data preparation](../customizations/testgenerator/index.md) to see how you can use your dataset with ragas.
2222

2323
Ragas offers a unique test generation paradigm that enables the creation of evaluation datasets specifically tailored to your retrieval and generation tasks. Unlike traditional QA generators, Ragas can generate a wide variety of challenging test cases from your document corpus.
2424

2525
!!! tip
26-
Refer to [testset generation](../../concepts/testset_generation.md) to know more on how it works.
26+
Refer to [testset generation](../../getstarted/rag_testset_generation.md) to know more on how it works.
2727

2828
For this tutorial notebook, I am using papers from Semantic Scholar that is related to large language models to build RAG.
2929

0 commit comments

Comments
 (0)