docs: bulk reprocess documentation + fix field extraction truncation description (#289)#294
Merged
Merged
Conversation
- docs/reprocessing.md:批量字段重抽 / 重新分类(范围 + 保护人工确认)/ 单篇仅重抽字段、 生命周期中性 field-extraction pipeline、链式分发机制、权限、REST 端点、out-of-scope - ai-provider.md 修正:MaxTextLengthPerExtraction 只截断分类 + 选柜,字段抽取喂全文不截断 - classification.md「See also」+ README 文档索引 交叉链接 reprocessing.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Review and complete documentation related to the bulk reprocess work in #289.
Changes
docs/reprocessing.md: Fully covers the bulk reprocessing feature merged intomain—field-extractionpipeline, chained dispatcher + keyset + idempotency mechanismdocs/ai-provider.md:MaxTextLengthPerExtractiononly truncates classification + cabinet selection input; field extraction feeds the full document without truncation (code-verified:FieldExtractionWorkflowdoes not read this configuration). The original text incorrectly stated it also truncates field extraction.classification.md"See also" + README documentation index now point toreprocessing.md.Pure documentation change; no code touched.