optimize(knowledge): Optimize the index logic of the knowledge base#841
Merged
liuyunchao-1998 merged 1 commit intomainfrom Aug 21, 2025
Merged
optimize(knowledge): Optimize the index logic of the knowledge base#841liuyunchao-1998 merged 1 commit intomainfrom
liuyunchao-1998 merged 1 commit intomainfrom
Conversation
4cf660b to
4ed0320
Compare
Codecov Report❌ Patch coverage is
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
N3kox
reviewed
Aug 21, 2025
e721628 to
8c0df3e
Compare
junwen-lee
reviewed
Aug 21, 2025
8c0df3e to
bd1e034
Compare
c3efbf9 to
b657d43
Compare
N3kox
approved these changes
Aug 21, 2025
lvgj-stack
pushed a commit
to dragonforce2010/coze-studio
that referenced
this pull request
Aug 22, 2025
futeng
pushed a commit
to futeng/coze-studio
that referenced
this pull request
Sep 7, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Check the PR title.
(Optional) Translate the PR title into Chinese.
优化知识库index逻辑
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:In the past, processing all slices together would pose a challenge to idgen. This adjustment will process slices in batches
zh(optional): 以往将所有的slice放到一起处理,会对idgen产生挑战。本次调整将slice分批处理
(Optional) Which issue(s) this PR fixes:
Fixes #802