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

包名
@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.