dsh-rag
其他 活跃维护

dsh-rag

satan9394/dsh-rag

支持向量库构建、文本嵌入处理、文档管线编排、多策略检索与幻觉治理,全流程可配置,开箱即用,可快速集成到各类大模型应用实现知识增强问答

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-rag
git clone https://github.com/satan9394/dsh-rag.git
git clone git@github.com:satan9394/dsh-rag.git
README.md main

dsh-rag

RAG 检索增强生成:向量数据库、嵌入策略、文档处理管线、检索与生成、
来源引用、常见问题与评估。构建有依据的 LLM 应用,减少幻觉。

受 wshobson/agents(38k★ MIT)
的 llm-application-dev/rag-implementation 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-rag
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-rag
# 重启 dsh web 生效

使用

对 agent 说"做 RAG / 文档问答系统",rag 技能输出
数据管线 + 向量库选型 + 检索策略 + 评估计划。

结构

dsh-rag/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/rag/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。