This commit is contained in:
@@ -32,10 +32,10 @@ ENABLE_GRAPH_TRACE=false
|
||||
# llama.cpp 服务配置
|
||||
# -----------------------------------------------------------------------------
|
||||
# 主 LLM 服务 (Gemma-4-E2B GGUF) - 端口 8081
|
||||
VLLM_BASE_URL=http://localhost:8081/v1
|
||||
VLLM_BASE_URL=http://host.docker.internal:18000/v1
|
||||
|
||||
# Embedding 服务 (embeddinggemma-300M GGUF) - 端口 8082
|
||||
VLLM_EMBEDDING_URL=http://localhost:8082/v1
|
||||
LLAMACPP_EMBEDDING_URL=http://host.docker.internal:18001/v1
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Mem0 记忆层配置
|
||||
@@ -48,7 +48,7 @@ QDRANT_COLLECTION_NAME=mem0_user_memories
|
||||
# 数据库配置
|
||||
# -----------------------------------------------------------------------------
|
||||
# PostgreSQL 连接字符串(远程服务器上的独立容器)
|
||||
DB_URI=postgresql://postgres:mysecretpassword@115.190.121.151:5432/langgraph_db?sslmode=disable
|
||||
DB_URI=postgresql://postgres:huang1998@115.190.121.151:5432/langgraph_db?sslmode=disable
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# 前端配置
|
||||
|
||||
Reference in New Issue
Block a user