Commit 7346852d authored by crazywoola's avatar crazywoola

fix: styles

parent a31466d3
...@@ -781,11 +781,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -781,11 +781,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
Error message Error message
- **document_indexing**: Document indexing failed - **document_indexing**: Document indexing failed
- **provider_not_initialize**: Embedding model is not configured - **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 - **dataset_name_duplicate**: Duplicate dataset name
- **provider_quota_exceeded**: Model quota exceeds limit - **provider_quota_exceeded**: Model quota exceeds limit
- **dataset_not_initialized**: The dataset has not been initialized yet - **dataset_not_initialized**: The dataset has not been initialized yet
- **unsupported_file_type**: Unsupported file types. - **unsupported_file_type**: Unsupported file types.
- Currently only supports, txt, markdown, md, pdf, html, htm, xlsx, docx, csv - 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 - **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
...@@ -782,11 +782,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -782,11 +782,11 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
错误信息 错误信息
- **document_indexing**: 文档索引失败 - **document_indexing**: 文档索引失败
- **provider_not_initialize**: Embedding 模型未配置 - **provider_not_initialize**: Embedding 模型未配置
- **not_found**,文档不存在 - **not_found**: 文档不存在
- **dataset_name_duplicate**: 数据集名称重复 - **dataset_name_duplicate**: 数据集名称重复
- **provider_quota_exceeded**: 模型额度超过限制 - **provider_quota_exceeded**: 模型额度超过限制
- **dataset_not_initialized**: 数据集还未初始化 - **dataset_not_initialized**: 数据集还未初始化
- **unsupported_file_type**: 不支持的文件类型 - **unsupported_file_type**: 不支持的文件类型
- 目前只支持:txt, markdown, md, pdf, html, htm, xlsx, docx, csv - 目前只支持:txt, markdown, md, pdf, html, htm, xlsx, docx, csv
- **too_many_files**: 文件数量过多,暂时只支持单一文件上传 - **too_many_files**: 文件数量过多,暂时只支持单一文件上传
- **file_too_large*: 文件太大,默认支持15M以下, 具体需要参考环境变量配置 - **file_too_large**: 文件太大,默认支持15M以下, 具体需要参考环境变量配置
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment