Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Sep 28, 2023
1 parent a31466d commit 7346852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/app/(commonLayout)/datasets/template/template.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions web/app/(commonLayout)/datasets/template/template.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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以下, 具体需要参考环境变量配置

0 comments on commit 7346852

Please sign in to comment.