wangning19940904/dsh-llm-wiki0

dsh-llm-wiki

适用于 DeepSeek Harness 的工作区范围、本地优先的 LLM 知识库(Wiki)插件。

AI 分析

核心用途是提供本地优先的知识库 RAG 检索。适合需要在特定工作区内导入本地文档(Word/PDF等)并进行本地向量与关键词检索的用户。

套件
dsh-llm-wiki
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wangning19940904/dsh-llm-wiki

Configuration

The included patch supplies all defaults:

- insert:
    - id: llm-wiki
      name: dsh-llm-wiki
      config:
        dataRoot: !!js dshHomePath('llm-wiki')
        chunkSizeChars: 1600
        chunkOverlapChars: 200
        embeddingDimensions: 384
        importMaxFiles: 50
        importMaxBytesPerFile: 2000000
        readMaxBytes: 100000
        searchDefaultLimit: 8
        searchMaxLimit: 20
        rrfK: 60
        vectorWeight: 1
        keywordWeight: 1
        graphWeight: 0.6
        maintenanceBatchSize: 5

Invalid integer bounds, negative or non-finite weights, an overlap greater than or equal to the chunk size, and a default search limit greater than its maximum stop plugin activation.