docs: 批量重处理文档 + 修正字段抽取截断说明 (#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.
检查并补全 #289 批量重处理工作相关的文档。
改动
docs/reprocessing.md:完整覆盖合并到main的批量重处理特性——field-extractionpipeline、链式 dispatcher + keyset + 幂等机制docs/ai-provider.md:MaxTextLengthPerExtraction实际只截断分类 + 选柜输入;字段抽取喂全文不截断(代码核实:FieldExtractionWorkflow不读该配置)。原文误称也截断字段抽取。classification.md「See also」+ README 文档索引 指向reprocessing.md。纯文档改动,不触碰代码。