mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 16:45:35 +08:00
### What problem does this PR solve? Fix: Bug fixes #9869 - Adjusted the breadcrumb display logic on the data flow results page - Added the default display of "Local Upload" to the Source field in the dataset overview table - Replaced the original Mindmap Task field with the GraphRAG Task field on the dataset settings page - Optimized the build button status check criteria and adjusted the progress information display logic - Introduced a Tooltip in the parsing status cell component and removed redundant Button components ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -95,8 +95,8 @@ export default function DatasetSettings() {
|
||||
};
|
||||
setPipelineData(data);
|
||||
setGraphRagGenerateData({
|
||||
finish_at: knowledgeDetails.mindmap_task_finish_at,
|
||||
task_id: knowledgeDetails.mindmap_task_id,
|
||||
finish_at: knowledgeDetails.graphrag_task_finish_at,
|
||||
task_id: knowledgeDetails.graphrag_task_id,
|
||||
} as IGenerateLogButtonProps);
|
||||
setRaptorGenerateData({
|
||||
finish_at: knowledgeDetails.raptor_task_finish_at,
|
||||
|
||||
Reference in New Issue
Block a user