staff-os/dsh-ragflow0

@deepseek-ai/dsh-ragflow

RAGFlow knowledge-base retrieval capability for the DeepSeek Harness — Service Definition, HTTP API provider, and model-facing ragflow_retrieve tool

AI 분석

核心用途是为 DSH 引入高精度的本地文档检索能力。适合需要基于海量专业文档、技术手册进行精准问答的团队或个人。需要配置 RAGFlow 服务端点及 Key。

패키지
@deepseek-ai/dsh-ragflow
버전
0.1.0
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:staff-os/dsh-ragflow

Configuration

ConfigDefaultDescription
apiKeyRAGFlow API key (prefer apiKeyEnv)
apiKeyEnvRAGFLOW_API_KEYCredential reference name
baseURLhttp://localhost:9380RAGFlow API endpoint base
datasetIdsDefault dataset IDs to search
topK10Provider-level chunk limit
similarityThreshold0.2Chunks below this similarity are filtered
retrieveTopK10Tool-level chunk upper bound
retrieveTimeoutMs30000Cooperative timeout (ms)

config in cordis.patch.yml is whole-object replacement, not deep merge. Always specify all fields you need.