init
This commit is contained in:
48
vw-agentic-rag/deploy/prd/config.yaml
Normal file
48
vw-agentic-rag/deploy/prd/config.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
app:
|
||||
name: agentic-rag
|
||||
max_tool_rounds: 4
|
||||
max_tool_rounds_user_manual: 2
|
||||
memory_ttl_days: 7
|
||||
port: 8000
|
||||
host: 0.0.0.0
|
||||
cors_origins:
|
||||
- '*'
|
||||
|
||||
provider: openai
|
||||
openai:
|
||||
api_key: gpustack_0e3d5b35adaf239b_99adacd6f540c7d81006365c8030b16c
|
||||
base_url: http://sales2c-ai.chinanorth3.cloudapp.chinacloudapi.cn/v1-openai
|
||||
model: deepseek-chat
|
||||
|
||||
|
||||
postgresql:
|
||||
database: agent_memory
|
||||
host: pg-sales2c-ai-prd.postgres.database.chinacloudapi.cn
|
||||
password: vwb54pSQDp8vYkusKms
|
||||
port: 5432
|
||||
ttl_days: 7
|
||||
username: pgadmin
|
||||
|
||||
logging:
|
||||
format: json
|
||||
level: INFO
|
||||
|
||||
retrieval:
|
||||
endpoint: "https://search-sales2c-ai-prd.search.azure.cn"
|
||||
api_key: "ev6B0OtF66WkDmQKJBa4n1Haa8e8p8N3zdaEBnbWtoAzSeAMWSid"
|
||||
api_version: "2024-11-01-preview"
|
||||
semantic_configuration: "default"
|
||||
embedding:
|
||||
base_url: "http://sales2c-ai.chinanorth3.cloudapp.chinacloudapi.cn/v1-openai"
|
||||
api_key: "gpustack_0e3d5b35adaf239b_99adacd6f540c7d81006365c8030b16c"
|
||||
model: "qwen3-embedding-8b"
|
||||
dimension: 4096
|
||||
api_version: null
|
||||
index:
|
||||
standard_regulation_index: index-catonline-standard-regulation-v2-prd
|
||||
chunk_index: index-catonline-chunk-v2-prd
|
||||
chunk_user_manual_index: index-cat-usermanual-chunk-prd
|
||||
|
||||
citation:
|
||||
base_url: https://catonline.prod.cat.vgcserv.com.cn/#/common/detail
|
||||
|
||||
Reference in New Issue
Block a user