-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 feat: Optimize chunk-size according to the latest research
📝 docs(README.md): update command descriptions and examples for clarity and consistency 🔧 chore(setContextConfigCommand.ts): update default number of context documents to retrieve to 4 🔧 chore(index.ts): update default number of context documents to retrieve to 4, add chunkSize and chunkOverlap configuration options 🔧 chore(global.d.ts): add chunkSize and chunkOverlap properties to Config interface 🔧 chore(contextManager.ts): update text splitter usage to use defaultRecursiveCharacterTextSplitter for all file types, remove unused MarkdownTextSplitter
- Loading branch information
Showing
5 changed files
with
40 additions
and
34 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
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