fix: Added dataset generation logging functionality #9869 (#10180)

### What problem does this PR solve?

fix: Added dataset generation logging functionality #9869

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-09-22 10:01:34 +08:00
committed by GitHub
parent d050ef568d
commit d039d1e73d
15 changed files with 491 additions and 119 deletions

View File

@ -86,9 +86,12 @@ export default function DatasetSettings() {
<GeneralForm></GeneralForm>
<Divider />
<GraphRagItems className="border-none p-0"></GraphRagItems>
<GraphRagItems
className="border-none p-0"
showGenerateItem={true}
></GraphRagItems>
<Divider />
<RaptorFormFields></RaptorFormFields>
<RaptorFormFields showGenerateItem={true}></RaptorFormFields>
<Divider />
<LinkDataPipeline />
</MainContainer>