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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ class SemanticChunker(BaseDocumentTransformer):
"""Split the text based on semantic similarity. """Split the text based on semantic similarity.
Taken from Greg Kamradt's wonderful notebook: 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. All credits to him.