mindspace-dsh-local-rag
Run the following command in DeepSeek Harness:
dsh plugin install Spirtxiaoqi7/mindspace-dsh-local-rag
Paste the following prompt into your AI chat to install this plugin:
To install the mindspace-dsh-local-rag plugin in DeepSeek Harness, run the command: dsh plugin install Spirtxiaoqi7/mindspace-dsh-local-rag, and refer to the official repository: https://github.com/Spirtxiaoqi7/mindspace-dsh-local-rag.
About this plugin
Traditional retrieval-augmented generation (RAG) methods often force retrieval results into every chat turn, which can lead to redundant context or irrelevant information interference. The mindspace-dsh-local-rag plugin solves this by providing an explicit search_local_memory tool, enabling models to autonomously decide when to search the local knowledge base only when the conversation context is insufficient, resulting in more precise and controlled retrieval.
The plugin's core capabilities lie in its local dual-corpus management: it fuses vector similarity and BM25+ lexical search using RRF algorithms, manages two corpora—user-uploaded documents and session compaction summaries—and handles model lifecycle entirely locally without external APIs. It ensures secure, traceable retrieval with support for document parsing, revisions, and provenance tracking.
mindspace-dsh-local-rag is ideal for DeepSeek Harness users, especially developers or researchers who prioritize data privacy and prefer local RAG deployment. It operates independently from structured memory plugins, allowing for standalone installation or removal, making it a flexible solution for those seeking autonomous and customizable retrieval capabilities.
Screenshots
Use Cases
- After a user uploads documents, the model autonomously retrieves relevant information during conversation.
- Session compaction summaries are indexed to support local queries for long-term memory.
- When current context is insufficient, the model triggers a local knowledge base search for supplementary information.
Best For
- DeepSeek Harness users who prioritize data privacy and local deployment.
- Developers or researchers needing autonomous retrieval capabilities.
- AI application builders looking to enhance chat model memory functions.
Related Plugins
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.
An armor-breaking plugin for DeepSeek: rewrites instruction priority, expands refusal-blocked phrases, persists across sessions, and shows a green active indicator.