Spirtxiaoqi7/mindspace-dsh-local-rag

Spirtxiaoqi7★ 1TypeScriptLast synced: 2026-08-14

Open on GitHub

ARPM-derived local hybrid RAG plugin for DeepSeek Harness

README excerpt

Mindspace Local RAG for DeepSeek Harness 中文说明 An independent, local-only retrieval plugin for DeepSeek Harness. It gives any tool-capable chat model one explicit search local memory tool instead of injecting retrieval into every turn. Project line: an independent RAG branch derived from ARPM This is the RAG branch of the Mindspace/DSH plugin family. Its retrieval design is based on lessons from ARPM, but it is not a direct transplant of ARPM's chat route: - it retains vector + BM25+, RRF fusion, and child-hit/parent-return retrieval; - it exposes retrieval through the standard DSH defineTool mechanism so the active model decides when to search; - it adds native DSH compaction/end ingestion, per-session isolation, source provenance, document revisions, and a local model lifecycle; - it does not patch the chat provider or inject retrieval into every prompt. Boundary from structured memory This repository is not coupled to mindspace-dsh-session-memory , and the two are not developed as one monolithic plugin. Capability This repository: Local RAG Structured-memory plugin Responsibility On-demand retrieval over large documents and older summaries User profile, preferences, AI instructio…

View full README on GitHub →
Searcharpmbm25deepseek-harnessdsh-pluginhybrid-searchlocal-ragragvector-search

Category