浏览代码

fix: correct typo in ETL type comment in .env.example (#10822)

tags/0.12.0
孙茂胤 (Sun, Maoyin) 11 个月前
父节点
当前提交
0ba17ec116
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docker/.env.example

+ 1
- 1
docker/.env.example 查看文件

@@ -562,7 +562,7 @@ UPLOAD_FILE_SIZE_LIMIT=15
# The maximum number of files that can be uploaded at a time, default 5.
UPLOAD_FILE_BATCH_LIMIT=5

# ETl type, support: `dify`, `Unstructured`
# ETL type, support: `dify`, `Unstructured`
# `dify` Dify's proprietary file extraction scheme
# `Unstructured` Unstructured.io file extraction scheme
ETL_TYPE=dify

正在加载...
取消
保存