no message
This commit is contained in:
@@ -15,5 +15,14 @@ DQD_REDIS_PORT=6377
|
||||
DQD_REDIS_PASSWORD=change-me
|
||||
DQD_REDIS_DB=4
|
||||
|
||||
# PHP kb:enqueue-recent should point to the same Redis database as kb-worker.
|
||||
AI_KB_REDIS_DB=4
|
||||
|
||||
DQD_LOG_LEVEL=INFO
|
||||
DQD_LOG_FILE=/app/logs/crawler.log
|
||||
|
||||
# AI KB worker embedding config. Keep real key in docker/.env.docker only.
|
||||
EMBEDDING_API_KEY=change-me
|
||||
EMBEDDING_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
|
||||
EMBEDDING_MODEL=text-embedding-v4
|
||||
EMBEDDING_DIM=1024
|
||||
|
||||
Reference in New Issue
Block a user