-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQQLore_config.example.json
More file actions
284 lines (284 loc) · 9.16 KB
/
Copy pathQQLore_config.example.json
File metadata and controls
284 lines (284 loc) · 9.16 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
{
"dataProviders": {
"QQ": {
"VFSExtPath": "./assets/sqlite_vfs_plugins/win_x86/sqlite_ext_ntqq_db.dll",
"dbBasePath": "C:/Users/<用户名>/Documents/Tencent Files/<QQ号>/nt_qq/nt_db",
"dbKey": "password",
"dbPatch": {
"enabled": false,
"patchSQL": ""
},
"sourceReconcile": {
"enabled": true,
"batchSize": 50000
},
"groupFile": {
"includePathInMessageContent": true
}
}
},
"preprocessors": {
"AccumulativeSplitter": {
"mode": "charCount",
"maxCharCount": 4000,
"maxMessageCount": 100,
"persistentKVStorePath": "./data/splitter-kv"
},
"TimeoutSplitter": {
"timeoutInMinutes": 30
},
"historicalBackfill": {
"messageLimit": 10000
}
},
"ai": {
"models": {
"example-model": {
"apiKey": "replace-with-llm-api-key",
"baseURL": "https://api.example.com/v1",
"temperature": 0.7,
"maxTokens": 100000,
"reasoning": {
"enabled": false,
"effort": "minimal"
}
}
},
"defaultModelConfig": {
"apiKey": "replace-with-llm-api-key",
"baseURL": "https://api.example.com/v1",
"temperature": 0.7,
"maxTokens": 100000,
"reasoning": {
"enabled": false,
"effort": "minimal"
}
},
"defaultModelNames": ["example-model"],
"maxConcurrentRequests": 10,
"imageUnderstanding": {
"enabled": false,
"ocr": {
"provider": "ocrspace",
"apiKey": "replace-with-ocrspace-api-key",
"endpoint": "https://api.ocr.space/parse/image",
"language": "chs",
"ocrEngine": 2,
"scale": true,
"detectOrientation": true,
"isOverlayRequired": false,
"maxImageBytes": 1048576
},
"vision": {
"provider": "dashscope-openai-compatible",
"apiKey": "replace-with-dashscope-api-key",
"baseURL": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"modelName": "qwen3.6-flash-2026-04-16",
"temperature": 0,
"maxTokens": 2048
},
"maxImagesPerRun": 50,
"retryCount": 2,
"requestTimeoutMs": 30000,
"processOnlyNewMessages": true
},
"audioTranscription": {
"enabled": false,
"baseURL": "https://token-plan-sgp.xiaomimimo.com/v1",
"apiKey": "replace-with-mimo-token-plan-api-key",
"model": "mimo-v2.5-asr",
"language": "zh",
"batchSize": 20,
"maxRetryCount": 2,
"requestTimeoutMs": 60000,
"maxAudioBase64Bytes": 10485760
},
"context": {
"backgroundKnowledge": {
"enabled": false,
"maxKnowledgeEntries": 3,
"knowledgeBase": []
}
},
"interestScore": {
"UserInterestsPositiveKeywords": [
"AI Agent",
"Agent Infra",
"多智能体",
"工具调用",
"工作流编排",
"RAG",
"向量检索",
"知识库",
"语义搜索",
"LLM 应用",
"大模型",
"提示词工程",
"模型评测",
"模型部署",
"推理加速",
"LLM Infra",
"AI 工程化",
"算法",
"机器学习",
"深度学习",
"强化学习",
"推荐系统",
"搜索",
"广告算法",
"数据挖掘",
"自然语言处理",
"NLP",
"语言模型",
"语音音频",
"计算机视觉",
"CV",
"多模态",
"图形学",
"3D",
"游戏 AI",
"机器人",
"自动驾驶",
"硬件",
"嵌入式",
"系统架构",
"后端",
"前端",
"全栈",
"客户端",
"TypeScript",
"Node.js",
"React",
"数据库",
"SQL",
"分布式系统",
"微服务",
"消息队列",
"可观测性",
"性能优化",
"工程效率",
"DevOps",
"CI/CD",
"云原生",
"容器化",
"Kubernetes",
"运维",
"安全",
"网络",
"大数据",
"数据工程",
"数据分析",
"测试",
"质量保障",
"开源项目",
"技术博客",
"论文",
"科研",
"保研",
"博士",
"实习",
"求职",
"投资",
"股票"
],
"UserInterestsNegativeKeywords": [
"广告营销",
"色情低俗",
"博彩",
"诈骗"
],
"llmEvaluationDescriptions": [
"用户高度关注 AI Agent、RAG、向量检索、LLM 应用、提示词工程、多智能体、模型评测、模型部署、推理加速、LLM Infra 与 AI 工程化等智能系统落地方向。",
"用户关注算法与机器学习基础,包括推荐、搜索、广告、数据挖掘、NLP、语音音频、CV、多模态、强化学习、机器人、自动驾驶、图形学、3D 与游戏 AI。",
"用户关注工程架构与生产系统,包括 TypeScript、Node.js、React、前端、后端、全栈、客户端、数据库、SQL、微服务、分布式系统、消息队列、可观测性、性能优化与工程效率。",
"用户关注基础设施与平台工程,包括 DevOps、CI/CD、云原生、容器化、Kubernetes、运维、安全、网络、大数据、数据工程、测试与质量保障。",
"用户关注个人发展与高价值信息,包括开源项目、技术博客、论文、科研、保研、博士、实习、求职、投资和股票等具有长期积累价值的话题。",
"当话题明显属于营销广告、色情低俗、博彩或诈骗内容时,应明显降低兴趣度评分。"
],
"llmEvaluationBatchSize": 10
},
"embedding": {
"ollamaBaseURL": "http://localhost:11434",
"model": "bge-m3",
"batchSize": 50,
"vectorDBPath": "./data/vectors.db",
"dimension": 1024
},
"rpc": {
"port": 7979
}
},
"webUI_Backend": {
"port": 3002,
"kvStoreBasePath": "./data/kv-store",
"dbBasePath": "./data"
},
"orchestrator": {
"pipelineIntervalInMinutes": 240,
"dataSeekTimeWindowInHours": 24
},
"webUI_Forwarder": {
"enabled": false,
"authTokenForFE": "",
"authTokenForBE": ""
},
"commonDatabase": {
"dbBasePath": "./data",
"maxDBDuration": 90,
"ftsDatabase": {
"imMessageDBPath": "./data/fts_messages.db"
}
},
"logger": {
"logLevel": "info",
"logDirectory": "./logs"
},
"groupConfigs": {
"example-group": {
"IM": "QQ",
"groupName": "示例群",
"splitStrategy": "accumulative",
"groupIntroduction": "",
"aiModels": ["example-model"]
}
},
"email": {
"enabled": false,
"smtp": {
"host": "smtp.qq.com",
"port": 465,
"secure": true,
"user": "",
"pass": ""
},
"from": "",
"recipients": [],
"retryCount": 3
},
"report": {
"enabled": true,
"sendEmail": false,
"schedule": {
"halfDailyTimes": [
"11:00",
"23:00"
],
"weeklyTime": "20:00",
"weeklyDayOfWeek": 1,
"monthlyTime": "20:00",
"monthlyDayOfMonth": 1
},
"generation": {
"topNTopics": 3000,
"interestScoreThreshold": 0,
"llmRetryCount": 5,
"aiModels": ["example-model"]
}
},
"preStartCommand": {
"enabled": false,
"command": "",
"silent": false,
"detached": false
}
}