Plugin: dsh-rag-kb — a local-first RAG knowledge base for DeepSeek Harness (Ollama, no cloud) #552
AlowEnsoul
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! 👋
I built a local RAG knowledge base plugin for DeepSeek Harness (dsh). It adds a
draggable floating panel at the bottom-left of the dsh web UI where you can
drop your local documents — everything stays on your machine. No cloud, no
upload, no tracking.
[🎬 DEMO GIF: drag the panel, add files, ask "查一下知识库里关于 XX 的内容" — see it in action]
Why I built it
I wanted to give the dsh agent access to my own docs (notes, drafts, specs)
without sending anything to a third party. So the whole pipeline runs locally:
Features
Quick start (full guide in README)
ollama pull nomic-embed-textWhat's next
This is my first open-source project — any feedback, issues, or ideas are
welcome! Repo: https://github.com/AlowEnsoul/dsh-rag-kb (MIT)
作者 AlowEnsoul · feedback: 2724749416@qq.com
中文版: 大家好 👋 我做了个 DeepSeek Harness 的本地 RAG 知识库插件:左下角可拖拽悬浮面板,本地文档切片→向量化→语义检索,全程本机运行(Ollama + 纯前端/主机端),无第三方云服务。支持多知识库、.doc/.docx 文字提取、三档主题、可选桌面控制台,并注册了 kb_search/kb_index/kb_status 三个 agent 工具。中文路径已用 base64 处理,对中文用户友好。这是我的第一个开源项目,欢迎一切反馈!仓库:https://github.com/AlowEnsoul/dsh-rag-kb(MIT)
All reactions