YYTbit/dsh-plugin-rag1

dsh-plugin-rag

Local knowledge base RAG for DeepSeek Harness -- index project files and search for relevant context

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