-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of RAG tokenizer (#2177)
### What problem does this PR solve? - Split long text into short ones. Further improvements are required for smarter splitting. - Fix deadlock of memory_indexer during offline building. Issue link:#2159 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] Performance Improvement
- Loading branch information
Showing
3 changed files
with
115 additions
and
50 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
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