瀏覽代碼

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

tags/0.9.1
NFish 1 年之前
父節點
當前提交
7873e455bb
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      web/service/datasets.ts

+ 2
- 1
web/service/datasets.ts 查看文件

@@ -30,8 +30,9 @@ import type {
createDocumentResponse,
} from '@/models/datasets'
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 { DataSourceProvider } from '@/models/common'
import type {
ApiKeysListResponse,
CreateApiKeyResponse,

Loading…
取消
儲存