Commit 72dfd873 authored by Wade's avatar Wade

use new domain

parent cf22e787
......@@ -11,7 +11,7 @@ services:
- GEMINI_API_KEY=${GEMINI_API_KEY} # Reference variable from .env
ports:
- "8000:8000"
entrypoint: /app/myapp
entrypoint: /app/myapp -milvus-addr=standalone:19530 -graphrag-addr=webserver:5670
depends_on:
- standalone
- webserver
......@@ -63,8 +63,8 @@ func main() {
// Define command-line flags with hardcoded values as defaults
ollamaServerAddress := flag.String("ollama-server-address", "http://localhost:11434", "Ollama server address")
deepseekAPIKey := flag.String("deepseek-api-key", "sk-9f70df871a7c4b8aa566a3c7a0603706", "DeepSeek API key")
milvusAddr := flag.String("milvus-addr", "milvus-standalone:19530", "Milvus server address")
graphragAddr := flag.String("graphrag-addr", "graph-webserver:5670", "GraphRAG server address")
milvusAddr := flag.String("milvus-addr", "standalone:19530", "Milvus server address")
graphragAddr := flag.String("graphrag-addr", "webserver:5670", "GraphRAG server address")
googleAIApiKey := flag.String("googleai-api-key", "AIzaSyCoYBOmnwRWlH_-nT25lpn8pMg3T18Q0uI", "Google AI API key")
pgConnString := flag.String("pg-conn-string", "postgresql://postgres.awcfgdodiuqnlsobcivq:P99IU9NEoDRPsBfb@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres", "PostgreSQL connection string")
tencentcloudSecretID := flag.String("tencentcloud-secret-id", "AKID64oLfmfLtESUJ6i8LPSM4gCVbiniQuBF", "Tencent Cloud Secret ID")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment