forked from volcengine/veadk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
118 lines (106 loc) · 2.74 KB
/
config.yaml.example
File metadata and controls
118 lines (106 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
model:
# [required] for running agent
agent:
provider: openai
name: doubao-1-5-pro-256k-250115
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
# [optional] for llm-as-a-judge a evaluation
judge:
name: doubao-1-5-pro-256k-250115
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key:
# [optional] for knowledgebase
embedding:
name: doubao-embedding-text-240715
dim: 2560
api_base: https://ark.cn-beijing.volces.com/api/v3/embeddings
api_key:
volcengine:
# [optional] for Viking DB and `web_search` tool
access_key:
secret_key:
tool:
# [optional] https://console.volcengine.com/ask-echo/my-agent
vesearch:
endpoint: # `bot_id`
api_key:
# [optional]
web_scraper:
endpoint:
api_key: # `token`
# [optional] https://open.larkoffice.com/app
lark:
endpoint: # `app_id`
api_key: # `app_secret`
token: # `user_token`
# [optional] for Volcengine Lake AI Service https://www.volcengine.com/product/las
las:
url: #mcp sse url
dataset_id: #dataset name
observability:
# [optional] for exporting tracing data to Volcengine CozeLoop and APMPlus platform
opentelemetry:
apmplus:
endpoint: http://apmplus-cn-beijing.volces.com:4317
api_key:
service_name:
cozeloop:
endpoint: https://api.coze.cn/v1/loop/opentelemetry/v1/traces
api_key:
service_name: # Coze loop `space_id`
tls:
endpoint: https://tls-cn-beijing.volces.com:4318/v1/traces
service_name: # TLS `topic_id`
region: cn-beijing
# [optional] for exporting evaluation data to Volcengine VMP (https://console.volcengine.com/prometheus)
prometheus:
pushgateway_url:
username:
password:
database:
# [optional]
opensearch:
host: # should without `http://` or `https://`
port: 9200 # default OpenSearch port
username:
password:
# [optional]
mysql:
host:
user:
password:
database:
charset: utf8
# [optional]
redis:
host:
port: 6379 # default Redis port
password:
db: 0 # default
# [optional] for knowledgebase (https://console.volcengine.com/vikingdb)
viking:
project: # user project in Volcengine Viking DB
region: cn-beijing
# [optional] for knowledgebase with viking database
tos:
endpoint: tos-cn-beijing.volces.com # default Volcengine TOS endpoint
region: cn-beijing # default Volcengine TOS region
bucket:
# [optional] for prompt optimization in cli/app
agent_pilot:
api_key:
logging:
# ERROR
# WARNING
# INFO
# DEBUG
level: DEBUG
# =================
# Project deploy
# =================
veadk:
tracer:
apmplus: true
cozeloop: true
tls: true