JohnXu22786/docindex
JohnXu22786★ 0TypeScript最后同步: 2026-08-20
DeepSeek Harness (dsh) bundle: local semantic index over workspace documents (MD/PDF/DOCX/TXT) with FTS5 BM25 + local embedding hybrid retrieval, line-numbered citations and incremental updates.
README 摘要
dsh-doc-index 中文说明 A dsh bundle that turns a workspace into a searchable local knowledge base: it builds a semantic document index over your local Markdown / plain text / PDF / DOCX / PPTX / XLSX files, and lets you (or an agent) query it with natural language or keywords — getting back the matched documents, snippets with exact line numbers and relevance scores. - Lexical retrieval: SQLite FTS5 ( node:sqlite , no native deps) with a custom CJK n-gram tokenizer for proper Chinese search. - Semantic retrieval: a provider slot with a zero-dependency local embedder by default, and an optional neural transformers provider. - Results are fused with Reciprocal Rank Fusion (RRF) . - Incremental updates: only changed files are re-indexed (with an optional file watcher), and a full rebuild is always available as a fallback. - Capacity and exclusion controls keep the index bounded and targeted. - Ships a dsh service ( ctx.docIndex ) + four model-facing tools ( doc scan , doc query , doc reindex , doc stats ) and a standalone CLI ( docindex ). The bundle follows the standard dsh distribution format: the package.json declares dsh.bundle.patch pointing at cordis.patch.yml , and the entry module…
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 183,476
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,499
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 18,022