D
dsh-knowledge-base
v0.1.2 · 2 天前发布
A general-purpose knowledge base plugin for DeepSeek Harness (DSH): import documents (md/txt/json/yml/docx/pdf), organize them in folders, and search with FTS5. 通用知识库插件:文件导入、目录化管理、全文检索、知识库管理 UI。
README
# 🐳 dsh-knowledge-base
**DeepSeek Harness (DSH) 通用知识库插件**
文件导入 · 目录化管理 · FTS5 全文检索 · 知识库管理 UI
[](LICENSE)
[](package.json)
[](https://awesome-dsh-plugin.com)
[English](README.md) · **简体中文** · [Español](README.es.md) · [日本語](README.ja.md)
---
**dsh-knowledge-base** 把文档变成 DeepSeek Harness agent 可检索的知识库:丢进一个 PDF、Word 或 Markdown 文件,自动解析、按章节切块入库,agent 即可用 FTS5(BM25)相关度排序检索。内置 Web 管理界面支持像文件管理器一样管理知识库:新建/重命名/删除目录、移动文件、浏览内容。
## ✨ 功能特性
- 📥 **导入任意文件** — `md / txt / json / yml / docx / pdf`,无大小限制;PDF 内置 [pdfjs-dist](https://github.com/mozilla/pdf.js) 解析(跨平台、零系统依赖)
- 🔪 **版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-knowledge-base
- Repo
- git+https://github.com/htcqp802/dsh-knowledge-base.git
- Engines
{"node":">=22.5"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-locale","@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-ui-conversation"],"platform":"web"}}