feat: Enhance AddDataDialog with dataset file selection and improved upload process (#91)

This commit is contained in:
Dallas98
2025-11-18 20:48:28 +08:00
committed by GitHub
parent 5da992d312
commit 4506fa8a91
5 changed files with 770 additions and 268 deletions

View File

@@ -221,7 +221,7 @@ const KnowledgeBaseDetailPage: React.FC = () => {
showReload={false}
/>
</div>
<AddDataDialog knowledgeBase={knowledgeBase} />
<AddDataDialog knowledgeBase={knowledgeBase} onDataAdded={handleRefreshPage} />
</div>
<Table

File diff suppressed because it is too large Load Diff