fix: Fix the error when importing web pages using jina (#8937)

This commit is contained in:
NFish 2024-09-30 21:27:11 +08:00 committed by GitHub
parent a651b73db0
commit 7873e455bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,9 @@ import type {
createDocumentResponse, createDocumentResponse,
} from '@/models/datasets' } from '@/models/datasets'
import type { CreateKnowledgeBaseReq } from '@/app/components/datasets/external-knowledge-base/create/declarations' import type { CreateKnowledgeBaseReq } from '@/app/components/datasets/external-knowledge-base/create/declarations'
import type { CreateExternalAPIReq } from '@/app/components/datasets/external-api/declarations.ts' import type { CreateExternalAPIReq } from '@/app/components/datasets/external-api/declarations'
import type { CommonResponse, DataSourceNotionWorkspace } from '@/models/common' import type { CommonResponse, DataSourceNotionWorkspace } from '@/models/common'
import { DataSourceProvider } from '@/models/common'
import type { import type {
ApiKeysListResponse, ApiKeysListResponse,
CreateApiKeyResponse, CreateApiKeyResponse,