diff --git a/web/app/(commonLayout)/datasets/template/template.en.mdx b/web/app/(commonLayout)/datasets/template/template.en.mdx index ac736db9b73647..a4a1df7aed126a 100644 --- a/web/app/(commonLayout)/datasets/template/template.en.mdx +++ b/web/app/(commonLayout)/datasets/template/template.en.mdx @@ -781,11 +781,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from Error message - **document_indexing**: Document indexing failed - **provider_not_initialize**: Embedding model is not configured -- **not_found**, Document does not exist +- **not_found**: Document does not exist - **dataset_name_duplicate**: Duplicate dataset name - **provider_quota_exceeded**: Model quota exceeds limit - **dataset_not_initialized**: The dataset has not been initialized yet - **unsupported_file_type**: Unsupported file types. - Currently only supports, txt, markdown, md, pdf, html, htm, xlsx, docx, csv - **too_many_files**: There are too many files. Currently, only a single file is uploaded -- **file_too_large*: The file is too large, support below 15M based on you environment configuration +- **file_too_large**: The file is too large, support below 15M based on you environment configuration diff --git a/web/app/(commonLayout)/datasets/template/template.zh.mdx b/web/app/(commonLayout)/datasets/template/template.zh.mdx index 52b3934d4f021e..8080f01d6121ff 100644 --- a/web/app/(commonLayout)/datasets/template/template.zh.mdx +++ b/web/app/(commonLayout)/datasets/template/template.zh.mdx @@ -782,11 +782,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from 错误信息 - **document_indexing**: 文档索引失败 - **provider_not_initialize**: Embedding 模型未配置 -- **not_found**,文档不存在 +- **not_found**: 文档不存在 - **dataset_name_duplicate**: 数据集名称重复 - **provider_quota_exceeded**: 模型额度超过限制 - **dataset_not_initialized**: 数据集还未初始化 - **unsupported_file_type**: 不支持的文件类型 - 目前只支持:txt, markdown, md, pdf, html, htm, xlsx, docx, csv - **too_many_files**: 文件数量过多,暂时只支持单一文件上传 -- **file_too_large*: 文件太大,默认支持15M以下, 具体需要参考环境变量配置 +- **file_too_large**: 文件太大,默认支持15M以下, 具体需要参考环境变量配置