diff --git a/notebooks/en/rag_evaluation.ipynb b/notebooks/en/rag_evaluation.ipynb index f2c48559..8149a72f 100644 --- a/notebooks/en/rag_evaluation.ipynb +++ b/notebooks/en/rag_evaluation.ipynb @@ -927,7 +927,7 @@ "\n", "- Tune the chunking method:\n", " - Size of the chunks\n", - " - Method: split on different separators, use [semantic chunking](https://python.langchain.com/docs/modules/data_connection/document_transformers/semantic-chunker)...\n", + " - Method: split on different separators, use [semantic chunking](https://python.langchain.com/docs/how_to/semantic-chunker/)...\n", "- Change the embedding model" ] },