From c281ec8887bb1a648fc5faa8b25fa5b7b8a06407 Mon Sep 17 00:00:00 2001 From: Hamid Ali Date: Tue, 26 Mar 2024 04:39:32 +0500 Subject: [PATCH] docs: Fix broken link in semantic-chunker.ipynb (#19464) Corrected a broken link within the semantic-chunker.ipynb notebook, ensuring that users can access the referenced resource. Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> --- .../document_transformers/semantic-chunker.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/data_connection/document_transformers/semantic-chunker.ipynb b/docs/docs/modules/data_connection/document_transformers/semantic-chunker.ipynb index 7963a6b2856..2f766dd1c0f 100644 --- a/docs/docs/modules/data_connection/document_transformers/semantic-chunker.ipynb +++ b/docs/docs/modules/data_connection/document_transformers/semantic-chunker.ipynb @@ -10,7 +10,7 @@ "Splits the text based on semantic similarity.\n", "\n", "Taken from Greg Kamradt's wonderful notebook:\n", - "[5_Levels_Of_Text_Splitting](https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/5_Levels_Of_Text_Splitting.ipynb)\n", + "[5_Levels_Of_Text_Splitting](https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb)\n", "\n", "All credit to him.\n", "\n",