From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- service/knowledge/use-create-dataset.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service/knowledge/use-create-dataset.ts b/service/knowledge/use-create-dataset.ts index 88ef1d9..ecd3f87 100644 --- a/service/knowledge/use-create-dataset.ts +++ b/service/knowledge/use-create-dataset.ts @@ -2,7 +2,7 @@ import type { MutationOptions } from '@tanstack/react-query' import { useMutation } from '@tanstack/react-query' import { createDocument, createFirstDocument, fetchDefaultProcessRule, fetchFileIndexingEstimate } from '../datasets' -import type { IndexingType } from '@/app/components/datasets/create/step-two' +import { type IndexingType } from '@/app/components/datasets/create/step-two' import type { ChunkingMode, CrawlOptions, CrawlResultItem, CreateDocumentReq, CustomFile, DataSourceType, FileIndexingEstimateResponse, IndexingEstimateParams, NotionInfo, ProcessRule, ProcessRuleResponse, createDocumentResponse } from '@/models/datasets' import type { DataSourceProvider, NotionPage } from '@/models/common' -- Gitblit v1.8.0