AI Agent Hub
Back to plugins
mindspace-dsh-local-rag preview

mindspace-dsh-local-rag

Model Inference Updated 2026.08.22

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.