Compare commits
No commits in common. "2daa44c2cb5e6cf65e24120d53d4965ab5e7eb5e" and "5f6e806b181007c9444bb0af599fe3cf39c649d9" have entirely different histories.
2daa44c2cb
...
5f6e806b18
@ -32,10 +32,6 @@ 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
|
||||
- ITINERARY_API_URL=http://host.docker.internal:2012/api/itineraries/
|
||||
# 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://100.77.70.35:1080")
|
||||
RAGFLOW_API_URL = os.getenv("RAGFLOW_API_URL", "http://host.docker.internal:1080")
|
||||
RAGFLOW_API_KEY = os.getenv("RAGFLOW_API_KEY", "ragflow-MRqxnDnYZ1yp5kklDMIlKH4f1qezvXIngSMGPhu1AG8")
|
||||
|
||||
# 文件上传配置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user