dsh-plugin-rag
Local knowledge base RAG for DeepSeek Harness -- index project files and search for relevant context
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