mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 06:46:40 +08:00
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:
@ -48,6 +48,7 @@ export interface ParserConfig {
|
||||
raptor?: Raptor;
|
||||
tag_kb_ids?: string[];
|
||||
topn_tags?: number;
|
||||
graphrag?: { use_graphrag?: boolean };
|
||||
}
|
||||
|
||||
export interface IKnowledgeFileParserConfig {
|
||||
|
||||
Reference in New Issue
Block a user