Fix:Automatically enable metadata and optimize parser dialog logic (#12553)

### What problem does this PR solve?

Fix:Automatically enable metadata and optimize parser dialog logic

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-01-12 15:29:50 +08:00
committed by GitHub
parent a7dd3b7e9e
commit d4f8c724ed
8 changed files with 88 additions and 33 deletions

View File

@@ -67,6 +67,7 @@ export interface ParserConfig {
tag_kb_ids?: string[];
topn_tags?: number;
graphrag?: { use_graphrag?: boolean };
enable_metadata?: boolean;
}
export interface IKnowledgeFileParserConfig {