Parcourir la source

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

tags/0.12.0
孙茂胤 (Sun, Maoyin) il y a 11 mois
Parent
révision
0ba17ec116
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      docker/.env.example

+ 1
- 1
docker/.env.example Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer