AI 与 LLM中级
文档知识库
抓取文档站点并构建结构化知识库,用于 AI 驱动的检索。输出干净的 Markdown 分块,可直接用于 RAG 与向量嵌入。
MCP 配置
{
"tools": [
{
"name": "crawl_deep",
"params": {
"url": "https://docs.example.com",
"max_depth": 3,
"follow_links": true
}
},
{
"name": "extract_content",
"params": {
"format": "markdown",
"remove_navigation": true
}
},
{
"name": "summarize_content",
"params": {
"max_length": 500
}
}
]
}工作原理
1
crawl_deep
4 credits2
extract_content
2 credits3
summarize_content
4 credits预计总计:每次运行约 10 credits
标签
documentationknowledge-baseAIsummaries