forked from langgenius/dify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [backend] vision support (langgenius#1510)
Co-authored-by: Garfield Dai <[email protected]>
- Loading branch information
1 parent
d0e1ea8
commit 41d0a8b
Showing
61 changed files
with
1,551 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,9 @@ SERVICE_API_URL=http://127.0.0.1:5001 | |
APP_API_URL=http://127.0.0.1:5001 | ||
APP_WEB_URL=http://127.0.0.1:3000 | ||
|
||
# Files URL | ||
FILES_URL=http://127.0.0.1:5001 | ||
|
||
# celery configuration | ||
CELERY_BROKER_URL=redis://:difyai123456@localhost:6379/1 | ||
|
||
|
@@ -70,6 +73,14 @@ MILVUS_USER=root | |
MILVUS_PASSWORD=Milvus | ||
MILVUS_SECURE=false | ||
|
||
# Upload configuration | ||
UPLOAD_FILE_SIZE_LIMIT=15 | ||
UPLOAD_FILE_BATCH_LIMIT=5 | ||
UPLOAD_IMAGE_FILE_SIZE_LIMIT=10 | ||
|
||
# Model Configuration | ||
MULTIMODAL_SEND_IMAGE_FORMAT=base64 | ||
|
||
# Mail configuration, support: resend | ||
MAIL_TYPE= | ||
MAIL_DEFAULT_SEND_FROM=no-reply <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.