init
This commit is contained in:
61
vw-agentic-rag/config.yaml
Normal file
61
vw-agentic-rag/config.yaml
Normal file
@@ -0,0 +1,61 @@
|
||||
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:
|
||||
base_url: http://sales2c-ai.chinanorth3.cloudapp.chinacloudapi.cn/v1-openai
|
||||
api_key: gpustack_0e3d5b35adaf239b_99adacd6f540c7d81006365c8030b16c
|
||||
model: deepseek-chat
|
||||
# azure:
|
||||
# base_url: https://aoai-lab-jpe-fl.openai.azure.com
|
||||
# api_key: h7ARU7tP7cblbpIQFpFXnhxVdFwH9rLXP654UfSJd8xKCJzeg4VOJQQJ99AKACi0881XJ3w3AAABACOGTlOf
|
||||
# api_version: 2024-08-01-preview
|
||||
# deployment: gpt-4o
|
||||
azure:
|
||||
base_url: https://aihubeus21512504059.cognitiveservices.azure.com/
|
||||
api_key: 277a2631cf224647b2a56f311bd57741
|
||||
api_version: 2024-12-01-preview
|
||||
deployment: gpt-5-chat
|
||||
|
||||
postgresql:
|
||||
database: agent_memory
|
||||
host: pg-aiflow-lab.postgres.database.azure.com
|
||||
username: dev
|
||||
password: P@ssw0rd
|
||||
port: 5432
|
||||
ttl_days: 7
|
||||
|
||||
logging:
|
||||
format: json
|
||||
level: INFO
|
||||
|
||||
# retrieval:
|
||||
# endpoint: http://aidemo.japaneast.cloudapp.azure.com/agentic-retrieval
|
||||
# api_key: k1-YdKAldbSzCYjA5FpbAAzSeB6AVRN
|
||||
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: "2024-08-01-preview"
|
||||
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