YYTbit/dsh-plugin-rag1

dsh-plugin-rag

适用于 DeepSeek Harness 的本地知识库 RAG:索引项目文件并搜索相关上下文

AI 分析

核心用途是构建本地项目文件的 RAG(检索增强生成)系统,支持对项目代码或文档进行索引并检索相关上下文。适合需要 Agent 深入理解和参考本地大型项目代码库的任务。

套件
dsh-plugin-rag
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-rag

Configuration

- id: rag
  name: dsh-plugin-rag
  config:
    indexPaths: ['.']
    maxResults: 3
    maxBytes: 4096
    enableInjection: true