From 247aa592d00a58526c0b6faa26d28354cbe10f90 Mon Sep 17 00:00:00 2001 From: Zhengbo Wang Date: Wed, 10 Sep 2025 18:43:58 +0800 Subject: [PATCH] Fix link in RAG evaluation notebook for semantic chunking documentation --- notebooks/en/rag_evaluation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] },