argo-search 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +410 -0
- package/backends/domain_profiles.json +364 -0
- package/backends/engine_registry.yaml +505 -0
- package/backends/quota_profiles.json +395 -0
- package/bin/argo.js +54 -0
- package/config.yaml +554 -0
- package/package.json +43 -0
- package/scripts/adaptive.py +179 -0
- package/scripts/benchmark.py +124 -0
- package/scripts/cache.py +374 -0
- package/scripts/clarify.py +689 -0
- package/scripts/config.py +262 -0
- package/scripts/crawl.py +73 -0
- package/scripts/engines.py +386 -0
- package/scripts/evidence.py +381 -0
- package/scripts/extract.py +69 -0
- package/scripts/fetch.py +118 -0
- package/scripts/health_check.py +437 -0
- package/scripts/health_probe.py +218 -0
- package/scripts/mcp_diag.py +81 -0
- package/scripts/mcp_server.py +488 -0
- package/scripts/query_rewriter.py +278 -0
- package/scripts/quota.py +196 -0
- package/scripts/research.py +499 -0
- package/scripts/route.py +341 -0
- package/scripts/search.py +508 -0
- package/scripts/search_types.py +72 -0
- package/scripts/tfidf_router.py +312 -0
- package/sub-skills/local-search/SKILL.md +104 -0
- package/sub-skills/local-search/config.yaml +328 -0
- package/sub-skills/local-search/engine_registry.py +298 -0
- package/sub-skills/local-search/health_check.py +347 -0
- package/sub-skills/local-search/local_search_adapter.py +56 -0
- package/sub-skills/local-search/parse_maps.yaml +184 -0
- package/sub-skills/local-search/search_v3.py +558 -0
- package/sub-skills/local-search/smart_router.py +215 -0
|
@@ -0,0 +1,364 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_description": "每个引擎的领域代表性文档。用于 TF-IDF 语义路由。",
|
|
3
|
+
"_update": "新增引擎时在此添加条目,不需要改代码。",
|
|
4
|
+
"eastmoney": {
|
|
5
|
+
"label": "东财金融",
|
|
6
|
+
"documents": [
|
|
7
|
+
"股票行情 股价涨跌 大盘走势 上证指数 深证成指",
|
|
8
|
+
"基金净值 基金筛选 基金经理 基金持仓 基金分红",
|
|
9
|
+
"财报分析 营收 净利润 PE PB ROE 市净率 市盈率",
|
|
10
|
+
"研报 评级 目标价 行业分析 公司研究",
|
|
11
|
+
"IPO 打新 中签 可转债 定增 配股",
|
|
12
|
+
"北向资金 主力资金 龙虎榜 融资融券",
|
|
13
|
+
"黄金 原油 期货 债券 利率 汇率",
|
|
14
|
+
"新能源 半导体 AI芯片 光伏 锂电 行业板块",
|
|
15
|
+
"英伟达 苹果 特斯拉 微软 谷歌 科技股",
|
|
16
|
+
"比特币 区块链 加密货币",
|
|
17
|
+
"宏观经济 CPI PPI GDP PMI 央行 货币政策",
|
|
18
|
+
"银行 券商 保险 信托 公募 私募 量化对冲",
|
|
19
|
+
"港股 美股 中概股 AH溢价 南下资金"
|
|
20
|
+
],
|
|
21
|
+
"boost_keywords": {
|
|
22
|
+
"股票": 2.0, "基金": 2.0, "财报": 2.0, "行情": 2.0,
|
|
23
|
+
"研报": 2.0, "净值": 2.0, "PE": 2.0, "ROE": 2.0,
|
|
24
|
+
"IPO": 2.0, "黄金": 1.5, "期货": 1.5, "利率": 1.5,
|
|
25
|
+
"英伟达": 1.1, "特斯拉": 1.1, "苹果": 1.1,
|
|
26
|
+
"比特币": 1.5, "半导体": 1.5, "新能源": 1.5
|
|
27
|
+
},
|
|
28
|
+
"boost_combos": {
|
|
29
|
+
"英伟达 财报": 0.5, "英伟达 股票": 0.5,
|
|
30
|
+
"特斯拉 股价": 0.5, "特斯拉 销量": 0.3,
|
|
31
|
+
"基金 净值": 0.5, "基金 定投": 0.5,
|
|
32
|
+
"黄金 价格": 0.3, "原油 价格": 0.3
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"zhihu": {
|
|
36
|
+
"label": "知乎",
|
|
37
|
+
"documents": [
|
|
38
|
+
"技术方案 编程 算法 架构 系统设计 代码实现",
|
|
39
|
+
"职场 求职 面试 简历 职业发展 跳槽 薪资",
|
|
40
|
+
"生活经验 美食 旅行 健身 健康 育儿 教育",
|
|
41
|
+
"电影 书籍 音乐 艺术 文化 评论 推荐",
|
|
42
|
+
"社会热点 观点 讨论 分析 思考 价值观",
|
|
43
|
+
"创业 商业模式 运营 增长 营销 产品",
|
|
44
|
+
"学术 论文 研究 科学 物理 数学 哲学",
|
|
45
|
+
"数码 手机 电脑 硬件 软件 测评",
|
|
46
|
+
"情感 心理 人际关系 沟通 恋爱 婚姻",
|
|
47
|
+
"摄影 设计 绘画 创作 技巧 教程"
|
|
48
|
+
],
|
|
49
|
+
"boost_keywords": {
|
|
50
|
+
"技术": 1.5, "编程": 1.5, "职场": 1.5, "面试": 1.5,
|
|
51
|
+
"电影": 1.5, "书籍": 1.5, "推荐": 1.3, "评价": 1.3,
|
|
52
|
+
"创业": 1.5, "学术": 1.5, "论文": 1.5, "思考": 1.3,
|
|
53
|
+
"怎么": 1.2, "如何": 1.2, "为什么": 1.2, "哪款": 1.3
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"tavily": {
|
|
57
|
+
"label": "Tavily",
|
|
58
|
+
"documents": [
|
|
59
|
+
"latest news breaking developments international global",
|
|
60
|
+
"research paper study analysis academic science technology",
|
|
61
|
+
"market trends industry report forecast investment",
|
|
62
|
+
"company profile product launch funding acquisition",
|
|
63
|
+
"geopolitics policy regulation government international relations",
|
|
64
|
+
"AI artificial intelligence machine learning LLM model",
|
|
65
|
+
"cryptocurrency blockchain Web3 DeFi token",
|
|
66
|
+
"climate environment sustainability energy transition",
|
|
67
|
+
"health medicine biotech pharma clinical trial",
|
|
68
|
+
"startup innovation venture capital silicon valley"
|
|
69
|
+
],
|
|
70
|
+
"boost_keywords": {
|
|
71
|
+
"latest": 1.5, "news": 1.5, "research": 2.0, "analysis": 1.5,
|
|
72
|
+
"trend": 1.5, "report": 1.5, "international": 1.5, "global": 1.5,
|
|
73
|
+
"AI": 1.5, "artificial intelligence": 2.0, "machine learning": 2.0,
|
|
74
|
+
"cryptocurrency": 1.5, "blockchain": 1.5, "startup": 1.5,
|
|
75
|
+
"paper": 1.5, "study": 1.5, "science": 1.5
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"anysearch": {
|
|
79
|
+
"label": "AnySearch",
|
|
80
|
+
"documents": [
|
|
81
|
+
"通用搜索 网页搜索 信息查询 知识百科",
|
|
82
|
+
"技术文档 API 教程 开发指南 错误排查",
|
|
83
|
+
"产品评测 对比分析 使用体验 购买建议",
|
|
84
|
+
"新闻资讯 行业动态 事件报道",
|
|
85
|
+
"学术资源 论文检索 文献综述",
|
|
86
|
+
"开源项目 GitHub 代码仓库 技术栈"
|
|
87
|
+
],
|
|
88
|
+
"boost_keywords": {
|
|
89
|
+
"搜索": 1.3, "查询": 1.3, "教程": 1.3, "文档": 1.3,
|
|
90
|
+
"API": 1.5, "GitHub": 1.5, "开源": 1.5,
|
|
91
|
+
"评测": 1.3, "对比": 1.3, "推荐": 1.2
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"wigolo": {
|
|
95
|
+
"label": "Wigolo本地搜索",
|
|
96
|
+
"documents": [
|
|
97
|
+
"local search semantic retrieval knowledge base",
|
|
98
|
+
"cached results ML reranked hybrid discovery",
|
|
99
|
+
"English technical documentation library framework",
|
|
100
|
+
"research papers academic deep dive analysis",
|
|
101
|
+
"code documentation API reference implementation"
|
|
102
|
+
],
|
|
103
|
+
"boost_keywords": {
|
|
104
|
+
"local": 1.5, "cached": 1.5, "semantic": 1.5,
|
|
105
|
+
"documentation": 1.5, "reference": 1.5, "implementation": 1.5
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"byted": {
|
|
109
|
+
"label": "字节搜索",
|
|
110
|
+
"documents": [
|
|
111
|
+
"新闻 热点 时事 国内 社会 民生",
|
|
112
|
+
"科技 互联网 数码 手机 电脑 测评",
|
|
113
|
+
"娱乐 明星 综艺 影视 音乐 八卦",
|
|
114
|
+
"体育 足球 篮球 奥运 赛事 比分",
|
|
115
|
+
"教育 考试 学校 培训 课程 学习",
|
|
116
|
+
"旅游 景点 攻略 酒店 出行 签证",
|
|
117
|
+
"美食 餐厅 菜谱 烹饪 饮食 健康",
|
|
118
|
+
"房产 房价 买房 卖房 装修 物业",
|
|
119
|
+
"汽车 车型 评测 驾驶 保养 新能源车",
|
|
120
|
+
"游戏 手游 网游 攻略 评测 电竞"
|
|
121
|
+
],
|
|
122
|
+
"boost_keywords": {
|
|
123
|
+
"新闻": 1.5, "热点": 1.5, "时事": 1.5, "动态": 1.3,
|
|
124
|
+
"测评": 1.5, "推荐": 1.3, "最新": 1.3,
|
|
125
|
+
"攻略": 1.5, "怎么": 1.2, "排行": 1.3,
|
|
126
|
+
"价格": 1.3, "多少钱": 1.3, "好不好": 1.3
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"arxiv": {
|
|
130
|
+
"label": "arXiv学术论文",
|
|
131
|
+
"documents": [
|
|
132
|
+
"academic paper research study experiment",
|
|
133
|
+
"machine learning deep learning neural network",
|
|
134
|
+
"natural language processing computer vision",
|
|
135
|
+
"reinforcement learning generative model diffusion",
|
|
136
|
+
"transformer attention mechanism self-attention",
|
|
137
|
+
"large language model foundation model pre-training",
|
|
138
|
+
"object detection semantic segmentation image recognition",
|
|
139
|
+
"optimization gradient descent loss function convergence",
|
|
140
|
+
"论文 学术 研究 实验 证明 定理",
|
|
141
|
+
"机器学习 深度学习 神经网络 模型 训练",
|
|
142
|
+
"自然语言处理 计算机视觉 图像识别 语义分割",
|
|
143
|
+
"强化学习 生成模型 扩散模型 注意力机制"
|
|
144
|
+
],
|
|
145
|
+
"boost_keywords": {
|
|
146
|
+
"paper": 2.0, "arXiv": 2.0, "preprint": 2.0,
|
|
147
|
+
"DOI": 2.0, "citation": 1.5, "abstract": 1.5,
|
|
148
|
+
"论文": 2.0, "学术": 1.5, "arxiv": 2.0,
|
|
149
|
+
"transformer": 1.5, "attention": 1.5, "BERT": 1.5, "GPT": 1.5
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"duckduckgo": {
|
|
153
|
+
"label": "DuckDuckGo",
|
|
154
|
+
"documents": [
|
|
155
|
+
"quick answer fact check definition explanation",
|
|
156
|
+
"what is how to why when where who",
|
|
157
|
+
"weather time zone population distance conversion",
|
|
158
|
+
"dictionary thesaurus pronunciation meaning",
|
|
159
|
+
"是什么 怎么 为什么 哪里 谁 多少",
|
|
160
|
+
"天气 时区 人口 距离 换算 计算",
|
|
161
|
+
"定义 解释 含义 概念 术语"
|
|
162
|
+
],
|
|
163
|
+
"boost_keywords": {
|
|
164
|
+
"what": 2.0, "how": 2.0, "why": 2.0, "when": 2.0, "where": 2.0, "who": 2.0,
|
|
165
|
+
"is": 1.5, "does": 1.5, "do": 1.5,
|
|
166
|
+
"是什么": 2.0, "怎么": 2.0, "为什么": 2.0, "哪里": 2.0, "谁": 2.0,
|
|
167
|
+
"天气": 1.5, "时间": 1.5, "定义": 1.5, "含义": 1.5
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"uapi": {
|
|
171
|
+
"label": "UAPI中文搜索",
|
|
172
|
+
"documents": [
|
|
173
|
+
"中文搜索 网页搜索 信息查询 知识百科",
|
|
174
|
+
"新闻资讯 行业动态 事件报道",
|
|
175
|
+
"产品评测 使用体验 购买建议",
|
|
176
|
+
"技术文档 教程 指南 帮助",
|
|
177
|
+
"生活服务 旅游 美食 健康 教育",
|
|
178
|
+
"购物推荐 比价 优惠 折扣"
|
|
179
|
+
],
|
|
180
|
+
"boost_keywords": {
|
|
181
|
+
"搜索": 1.5, "查询": 1.5, "新闻": 1.5, "资讯": 1.5,
|
|
182
|
+
"评测": 1.5, "推荐": 1.3, "教程": 1.3,
|
|
183
|
+
"中文": 1.5, "国内": 1.5
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"semantic_scholar": {
|
|
187
|
+
"label": "Semantic Scholar学术",
|
|
188
|
+
"documents": [
|
|
189
|
+
"academic paper research citation impact factor",
|
|
190
|
+
"machine learning deep learning neural network",
|
|
191
|
+
"natural language processing computer vision",
|
|
192
|
+
"scientific study experiment methodology",
|
|
193
|
+
"journal conference proceedings peer review",
|
|
194
|
+
"author affiliation institution university",
|
|
195
|
+
"论文 引用 影响因子 学术 研究",
|
|
196
|
+
"机器学习 深度学习 神经网络 模型",
|
|
197
|
+
"期刊 会议 评审 作者 机构 大学"
|
|
198
|
+
],
|
|
199
|
+
"boost_keywords": {
|
|
200
|
+
"paper": 2.0, "research": 2.0, "citation": 2.0,
|
|
201
|
+
"study": 1.5, "experiment": 1.5, "methodology": 1.5,
|
|
202
|
+
"论文": 2.0, "引用": 2.0, "学术": 1.5, "研究": 1.5,
|
|
203
|
+
"survey": 1.5, "review": 1.5
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"felo": {
|
|
207
|
+
"label": "Felo AI搜索",
|
|
208
|
+
"documents": [
|
|
209
|
+
"AI answer synthesized search comprehensive overview",
|
|
210
|
+
"what is how does explain concept definition tutorial",
|
|
211
|
+
"technology framework library documentation deep dive",
|
|
212
|
+
"research synthesis multi source analysis summary",
|
|
213
|
+
"product comparison feature overview best practices",
|
|
214
|
+
"AI 综合回答 概念解释 技术原理 深度研究",
|
|
215
|
+
"是什么 怎么做 如何理解 教程 概述 综述",
|
|
216
|
+
"技术文档 框架 库 最佳实践 对比分析"
|
|
217
|
+
],
|
|
218
|
+
"boost_keywords": {
|
|
219
|
+
"what is": 1.5, "explain": 1.5, "overview": 1.5, "summary": 1.5,
|
|
220
|
+
"tutorial": 1.3, "how does": 1.5, "deep dive": 1.5,
|
|
221
|
+
"是什么": 1.5, "怎么": 1.3, "如何": 1.3, "解释": 1.5,
|
|
222
|
+
"概述": 1.5, "综述": 1.5, "原理": 1.5, "教程": 1.3
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"bocha": {
|
|
226
|
+
"label": "博查搜索",
|
|
227
|
+
"documents": [
|
|
228
|
+
"中文搜索 网页搜索 AI友好 语义理解",
|
|
229
|
+
"新闻资讯 实时信息 热点事件",
|
|
230
|
+
"产品评测 使用体验 购买建议",
|
|
231
|
+
"技术文档 教程 开发指南",
|
|
232
|
+
"生活服务 旅游 美食 健康"
|
|
233
|
+
],
|
|
234
|
+
"boost_keywords": {
|
|
235
|
+
"搜索": 1.3, "中文": 1.3, "资讯": 1.3,
|
|
236
|
+
"新闻": 1.3, "热点": 1.3, "推荐": 1.2,
|
|
237
|
+
"AI": 1.2, "语义": 1.2
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"github": {
|
|
241
|
+
"label": "GitHub代码",
|
|
242
|
+
"documents": [
|
|
243
|
+
"source code repository open source project",
|
|
244
|
+
"programming language framework library package",
|
|
245
|
+
"code search API implementation example",
|
|
246
|
+
"代码 开源 项目 仓库 函数 实现",
|
|
247
|
+
"编程 开发 库 框架 工具"
|
|
248
|
+
],
|
|
249
|
+
"boost_keywords": {
|
|
250
|
+
"code": 2.0, "github": 2.0, "repository": 1.5, "repo": 1.5,
|
|
251
|
+
"source": 1.5, "open source": 2.0, "library": 1.5,
|
|
252
|
+
"代码": 2.0, "开源": 2.0, "仓库": 1.5, "函数": 1.5
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"wikipedia": {
|
|
256
|
+
"label": "Wikipedia百科",
|
|
257
|
+
"documents": [
|
|
258
|
+
"encyclopedia knowledge fact definition history",
|
|
259
|
+
"science technology geography culture art",
|
|
260
|
+
"biography event country city",
|
|
261
|
+
"百科 知识 事实 定义 历史",
|
|
262
|
+
"科学 技术 地理 文化 艺术"
|
|
263
|
+
],
|
|
264
|
+
"boost_keywords": {
|
|
265
|
+
"wiki": 2.0, "wikipedia": 2.0, "encyclopedia": 2.0,
|
|
266
|
+
"definition": 1.5, "history": 1.5, "百科": 2.0,
|
|
267
|
+
"定义": 1.5, "历史": 1.5
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"local_search": {
|
|
271
|
+
"label": "Local Search 聚合",
|
|
272
|
+
"documents": [
|
|
273
|
+
"local search zero cost fallback distributed engines",
|
|
274
|
+
"web general search html scraping public pages",
|
|
275
|
+
"chinese search baidu sogou bing",
|
|
276
|
+
"academic search arxiv crossref semantic scholar pubmed",
|
|
277
|
+
"code search github stackoverflow gitlab npm",
|
|
278
|
+
"news search rss bing news google news",
|
|
279
|
+
"reference wikipedia wiktionary wikiquote openstreetmap",
|
|
280
|
+
"vertical imdb goodreads",
|
|
281
|
+
"本地搜索 零成本 兜底 分布式 公开页面",
|
|
282
|
+
"中文搜索 学术搜索 代码搜索 新闻搜索 百科"
|
|
283
|
+
],
|
|
284
|
+
"boost_keywords": {
|
|
285
|
+
"local": 2.0, "fallback": 1.5, "zero cost": 1.5,
|
|
286
|
+
"本地": 2.0, "兜底": 1.5, "零成本": 1.5,
|
|
287
|
+
"search": 1.2, "搜索": 1.2
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"local_baidu": {
|
|
291
|
+
"label": "百度搜索",
|
|
292
|
+
"documents": [
|
|
293
|
+
"中文网页搜索 百度 国内网站 信息查询",
|
|
294
|
+
"新闻 贴吧 知道 百科 图片 视频",
|
|
295
|
+
"生活服务 旅游 美食 健康 教育",
|
|
296
|
+
"产品评测 使用体验 购买建议",
|
|
297
|
+
"技术文档 教程 指南 帮助"
|
|
298
|
+
],
|
|
299
|
+
"boost_keywords": {
|
|
300
|
+
"百度": 2.0, "中文": 1.5, "国内": 1.5,
|
|
301
|
+
"搜索": 1.3, "资讯": 1.3, "教程": 1.3
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"local_sogou": {
|
|
305
|
+
"label": "搜狗搜索",
|
|
306
|
+
"documents": [
|
|
307
|
+
"搜狗搜索 中文网页 微信文章 知乎内容",
|
|
308
|
+
"新闻资讯 行业动态 事件报道",
|
|
309
|
+
"产品评测 使用体验 购买建议",
|
|
310
|
+
"生活服务 旅游 美食 健康 教育"
|
|
311
|
+
],
|
|
312
|
+
"boost_keywords": {
|
|
313
|
+
"搜狗": 2.0, "微信": 1.5, "知乎": 1.5,
|
|
314
|
+
"中文": 1.3, "搜索": 1.2, "资讯": 1.2
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"local_github": {
|
|
318
|
+
"label": "GitHub本地代码",
|
|
319
|
+
"documents": [
|
|
320
|
+
"source code repository open source project",
|
|
321
|
+
"programming language framework library package",
|
|
322
|
+
"code search API implementation example",
|
|
323
|
+
"代码 开源 项目 仓库 函数 实现",
|
|
324
|
+
"编程 开发 库 框架 工具"
|
|
325
|
+
],
|
|
326
|
+
"boost_keywords": {
|
|
327
|
+
"github": 2.0, "repository": 1.5, "repo": 1.5,
|
|
328
|
+
"source code": 2.0, "open source": 2.0,
|
|
329
|
+
"代码": 2.0, "开源": 2.0, "仓库": 1.5
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"local_arxiv": {
|
|
333
|
+
"label": "arXiv本地学术",
|
|
334
|
+
"documents": [
|
|
335
|
+
"academic paper research study experiment",
|
|
336
|
+
"machine learning deep learning neural network",
|
|
337
|
+
"natural language processing computer vision",
|
|
338
|
+
"reinforcement learning generative model diffusion",
|
|
339
|
+
"transformer attention mechanism self-attention",
|
|
340
|
+
"large language model foundation model pre-training",
|
|
341
|
+
"论文 学术 研究 实验 证明 定理",
|
|
342
|
+
"机器学习 深度学习 神经网络 模型 训练"
|
|
343
|
+
],
|
|
344
|
+
"boost_keywords": {
|
|
345
|
+
"arxiv": 2.0, "paper": 2.0, "preprint": 2.0,
|
|
346
|
+
"论文": 2.0, "学术": 1.5, "研究": 1.5
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"local_stackoverflow": {
|
|
350
|
+
"label": "StackOverflow本地",
|
|
351
|
+
"documents": [
|
|
352
|
+
"programming question answer code error debug",
|
|
353
|
+
"python javascript java c# sql regex",
|
|
354
|
+
"error message exception stack trace solution",
|
|
355
|
+
"编程问题 代码报错 调试 解决方案",
|
|
356
|
+
"函数 类 库 框架 API 用法"
|
|
357
|
+
],
|
|
358
|
+
"boost_keywords": {
|
|
359
|
+
"stackoverflow": 2.0, "error": 1.5, "debug": 1.5,
|
|
360
|
+
"question": 1.3, "answer": 1.3,
|
|
361
|
+
"报错": 1.5, "调试": 1.5, "解决方案": 1.3
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
}
|