Compare commits

...

1 Commits

2 changed files with 10 additions and 0 deletions

View File

@@ -93,6 +93,12 @@ SENTRY_DSN=
DEBUG=false
SQLALCHEMY_ECHO=false
# upload dataset file size(mb)
UPLOAD_FILE_SIZE_LIMIT=15
# number of dataset files that can be uploaded in a single batch
UPLOAD_FILE_BATCH_LIMIT=5
# Notion import configuration, support public and internal
NOTION_INTEGRATION_TYPE=public
NOTION_CLIENT_SECRET=you-client-secret

View File

@@ -101,6 +101,10 @@ services:
QDRANT_URL: 'https://your-qdrant-cluster-url.qdrant.tech/'
# The Qdrant API key.
QDRANT_API_KEY: 'ak-difyai'
# upload dataset file size(mb)
UPLOAD_FILE_SIZE_LIMIT: 15
# number of dataset files that can be uploaded in a single batch
UPLOAD_FILE_BATCH_LIMIT: 5
# Mail configuration, support: resend
MAIL_TYPE: ''
# default send from email address, if not specified