wangning19940904/dsh-llm-wiki0

dsh-llm-wiki

Workspace-scoped, local-first LLM wiki plugin for DeepSeek Harness.

AI Analysis

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

Package
dsh-llm-wiki
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$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.