29 lines
911 B
Markdown
29 lines
911 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "LinkTool灵图"
|
||
text: "项目文档库"
|
||
tagline: 一段话完成繁琐的地理处理分析任务
|
||
actions:
|
||
- theme: brand
|
||
text: ArcGIS Pro插件
|
||
link: /plugin/introduction
|
||
- theme: alt
|
||
text: 智能体
|
||
link: /agent/introduction
|
||
- theme: alt
|
||
text: Web端
|
||
link: /web/introduction
|
||
|
||
features:
|
||
- title: 兼容ArcGIS Pro 3.4以上
|
||
details: 插件基于ArcGIS Pro SDK for .NET 3.4开发,兼容ArcGIS Pro 3.4及以上版本,下载双击安装即可使用,无需进行复杂配置。
|
||
- title: RAG与MCP结合
|
||
details: 创新性地采用RAG作为MCP的参考资料,实现大容量的MCP工具调用,突破模型上下文长度限制。
|
||
- title: 低成本
|
||
details: 不需要LoRA微调,对于简单任务使用小参数量模型也能完成。
|
||
---
|
||
|