Skip to content

Commit

Permalink
fix: correct typo in ETL type comment in .env.example (#10822)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmysun authored Nov 18, 2024
1 parent 79d59c0 commit 0ba17ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ba17ec

Please sign in to comment.