update env
This commit is contained in:
parent
5f6e806b18
commit
d759ed2218
@ -32,6 +32,9 @@ services:
|
||||
- BACKEND_HOST=http://api-dev.gbase.ai
|
||||
- MAX_CONTEXT_TOKENS=262144
|
||||
- DEFAULT_THINKING_ENABLE=true
|
||||
- ES_HOST=http://host.docker.internal:9200
|
||||
- RAGFLOW_API_URL=http://host.docker.internal:1080
|
||||
- RAGFLOW_API_KEY=ragflow-MRqxnDnYZ1yp5kklDMIlKH4f1qezvXIngSMGPhu1AG8
|
||||
# PostgreSQL 配置
|
||||
- CHECKPOINT_DB_URL=postgresql://postgres:E5ACJo6zJub4QS@postgres:5432/agent_db
|
||||
volumes:
|
||||
|
||||
@ -87,7 +87,7 @@ os.environ["OPENAI_API_KEY"] = "your_api_key"
|
||||
# ============================================================
|
||||
|
||||
# RAGFlow API 配置
|
||||
RAGFLOW_API_URL = os.getenv("RAGFLOW_API_URL", "http://host.docker.internal:1080")
|
||||
RAGFLOW_API_URL = os.getenv("RAGFLOW_API_URL", "http://100.77.70.35:1080")
|
||||
RAGFLOW_API_KEY = os.getenv("RAGFLOW_API_KEY", "ragflow-MRqxnDnYZ1yp5kklDMIlKH4f1qezvXIngSMGPhu1AG8")
|
||||
|
||||
# 文件上传配置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user