马一丁

Update the description of the configuration interface

... ... @@ -2404,7 +2404,7 @@
{ value: 'True', label: '开启' }
]
},
{ key: 'GRAPHRAG_MAX_QUERIES', label: '每章节查询次数上限', type: 'number', condition: { key: 'GRAPHRAG_ENABLED', value: 'True' } }
{ key: 'GRAPHRAG_MAX_QUERIES', label: '每章节查询次数上限(推荐设置为2~4,可能会影响生成时间)', type: 'number', condition: { key: 'GRAPHRAG_ENABLED', value: 'True' } }
]
}
];
... ...