experimental: update the notebook link of semantic chunk. (#19253)

update the notebook link of semantic chunk.
This commit is contained in:
Zihong
2024-03-19 19:24:51 +08:00
committed by GitHub
parent f36418a5b0
commit ff31cc1648

View File

@@ -95,7 +95,7 @@ class SemanticChunker(BaseDocumentTransformer):
"""Split the text based on semantic similarity.
Taken from Greg Kamradt's wonderful notebook:
https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/5_Levels_Of_Text_Splitting.ipynb
https://github.com/FullStackRetrieval-com/RetrievalTutorials/blob/main/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb
All credits to him.