Spirtxiaoqi7/mindspace-dsh-local-rag

Plugin ⭐ 3 MIT other

ARPM-derived local hybrid RAG plugin for DeepSeek Harness

Install

git clone https://github.com/Spirtxiaoqi7/mindspace-dsh-local-rag.git
Set-Location .\mindspace-dsh-local-rag
corepack pnpm install
corepack pnpm run build
corepack pnpm pack --pack-destination dist
$ragTgz = (Get-ChildItem .\dist\mindspace-dsh-local-rag-*.tgz | Sort-Object LastWriteTime -Descending | Select-Object -First 1).FullName

Set-Location C:\path\to\deepseek-harness
corepack pnpm dsh plugin --profile web add $ragTgz
corepack pnpm dsh --profile web --dump-config
corepack pnpm dsh web

Add Spirtxiaoqi7/mindspace-dsh-local-rag to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.