init
This commit is contained in:
42
vw-agentic-rag/deploy/dev/config.yaml
Normal file
42
vw-agentic-rag/deploy/dev/config.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
app:
|
||||
name: agentic-rag
|
||||
max_tool_rounds: 3
|
||||
memory_ttl_days: 7
|
||||
port: 8000
|
||||
host: 0.0.0.0
|
||||
cors_origins:
|
||||
- '*'
|
||||
|
||||
provider: openai
|
||||
azure:
|
||||
api_key: h7ARU7tP7cblbpIQFpFXnhxVdFwH9rLXP654UfSJd8xKCJzeg4VOJQQJ99AKACi0881XJ3w3AAABACOGTlOf
|
||||
api_version: 2024-08-01-preview
|
||||
base_url: https://aoai-lab-jpe-fl.openai.azure.com
|
||||
deployment: gpt-4o
|
||||
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-aiflow-lab.postgres.database.azure.com
|
||||
password: P@ssw0rd
|
||||
port: 5432
|
||||
ttl_days: 7
|
||||
username: dev
|
||||
|
||||
logging:
|
||||
format: json
|
||||
level: INFO
|
||||
|
||||
retrieval:
|
||||
api_key: k1-YdKAldbSzCYjA5FpbAAzSeB6AVRN
|
||||
endpoint: http://aidemo.japaneast.cloudapp.azure.com/agentic-retrieval
|
||||
search:
|
||||
chunk_index: index-catonline-chunk-v2-prd
|
||||
standard_regulation_index: index-catonline-standard-regulation-v2-prd
|
||||
|
||||
citation:
|
||||
base_url: https://catonline.prod.cat.vgcserv.com.cn/#/common/detail
|
||||
|
||||
Reference in New Issue
Block a user