Replies: 1 comment
-
4.0版本目前还不支持 docker 部署 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你好,
我在.env里面配置好了JINA_API_KEY ,但是docker copose up -d
日志里报:
2025-06-02 03:32:09.502 | WARNING | utils.jina_search:search_with_jina:11 - JINA_API_KEY is not set
2025-06-02 03:32:09.503 | INFO | general_process:main_process:90 - get 0 urls from Jina search engine
2025-06-02 03:32:29.697 | DEBUG | general_process:main_process:113 - process new url, still 0 urls in working list
这是我的.env内容:
LLM_API_KEY="sk-xxxxxxxxx"
LLM_API_BASE="https://api.siliconflow.cn/v1"
PRIMARY_MODEL="Qwen/Qwen3-8B"
SECONDARY_MODEL="deepseek-ai/DeepSeek-R1-0528-Qwen3-8B"
VL_MODEL=""
JINA_API_KEY="jina_xxxxxxxxxxx"
PROJECT_DIR="work_dir"
PB_SUPERUSER_EMAIL="[email protected]"
PB_SUPERUSER_PASSWORD="1234567890" #no '&' in the password and at least 10 characters
Beta Was this translation helpful? Give feedback.
All reactions