Fix: Knowledge Graph Extraction Conflict Between Dataset-Level and File-Specific Configurations #7198 (#7199)

### What problem does this PR solve?

Fix: Knowledge Graph Extraction Conflict Between Dataset-Level and
File-Specific Configurations #7198

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2025-04-22 16:00:55 +08:00
committed by GitHub
parent 67dee2d74e
commit 64dd187498
2 changed files with 28 additions and 3 deletions

View File

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