dsh-plugin-rag
适用于 DeepSeek Harness 的本地知识库 RAG:索引项目文件并搜索相关上下文
AI 分析
核心用途是构建本地项目文件的 RAG(检索增强生成)系统,支持对项目代码或文档进行索引并检索相关上下文。适合需要 Agent 深入理解和参考本地大型项目代码库的任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-rag說明文件
閱讀完整 README ↗Configuration
- id: rag
name: dsh-plugin-rag
config:
indexPaths: ['.']
maxResults: 3
maxBytes: 4096
enableInjection: true