mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 03:38:11 +08:00
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:
@@ -67,6 +67,7 @@ export interface ParserConfig {
|
||||
tag_kb_ids?: string[];
|
||||
topn_tags?: number;
|
||||
graphrag?: { use_graphrag?: boolean };
|
||||
enable_metadata?: boolean;
|
||||
}
|
||||
|
||||
export interface IKnowledgeFileParserConfig {
|
||||
|
||||
Reference in New Issue
Block a user