Tencent/WeKnora--packages-dsh-weknora23k

@wxg-prc-cpg/dsh-weknora

WeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.

AI 분석

适合需要基于私有知识库进行语义搜索、文档阅读和智能问答的RAG应用场景。

패키지
@wxg-prc-cpg/dsh-weknora
버전
0.1.0
라이선스
NOASSERTION
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Tencent/WeKnora#462999ec3f5c1467ef0ccf5cf8c422393f40a0e6&path:packages/dsh-weknora

Configuration reference

FieldDefaultNotes
baseUrlhttp://localhost:8080/api/v1/api/v1 is appended when missing
apiKeyunsetX-API-Key; unset means an unauthenticated deployment
tenantIdunsetX-Tenant-ID, required for platform-scoped keys
knowledgeBaseIds[]Default scope when a call names none; empty means every knowledge base the credential can see
agentIdunsetSends weknora_ask to the ReAct pipeline
maxResults8Also the ceiling for max_results and for cited references
maxChunkChars1200Per-passage character budget
requestTimeoutMs30000Retrieval and document reads
chatTimeoutMs300000weknora_ask, which waits on WeKnora's own model calls
resourceUrlspublicpublic returns directly loadable file URLs; handle keeps internal resource:// refs. A knowledge-base-restricted API key is retried as handle. Override with WEKNORA_RESOURCE_URLS.
toolPrefixweknoraTool-name prefix, ^[a-z][a-z0-9_]*$
tools.*all trueRegister fewer tools to spend fewer prompt tokens