This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(text): fix bug and replace markdown chunking (#221)
Because - there is out of the range of the slice when the chunks are in some conditions - the markdown chunking is not controllable in LangChainGo This commit - Rescan the raw text to make the chunk scanning will not be out of the slice - Replace markdown chunking with custom logic that required for RAG system Please check Markdown Chunking Logic Document in Linear as reference.
- Loading branch information
1 parent
ef43beb
commit 298c91a
Showing
3 changed files
with
441 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.