OSS Digest · projects · runs

← back

Tencent/WeKnora

for project: oss-digest · https://github.com/Tencent/WeKnora

# Tencent/WeKnora

**URL:** https://github.com/Tencent/WeKnora
**One-liner:** Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
**Relevance to oss-digest:** medium (65/100)
**Integration:** depend-on-it

## Summary
An LLM-powered knowledge platform that ingests documents, builds RAG, and auto-generates a wiki with agent capabilities.

## Why it's useful here
oss-digest already pulls OSS projects and uses DeepSeek for triage. WeKnora could index collected project info into a searchable knowledge base with agent-driven summarization and cross-linking.

## Suggested use
Run WeKnora as a sidecar service, use its API to ingest curated OSS project metadata, then replace current DB queries with WeKnora's RAG and wiki mode.

## Novelty / why now
Combines RAG, ReAct agent, and auto-wiki generation with multi-source ingestion (Feishu, Notion, etc.) and 20+ LLM providers. Active development by Tencent.

## Risks
License ambiguity (NOASSERTION vs MIT), large Go codebase, requires external vector DB, active development may cause breaking changes.

## Safety scan
- Risk level: **low**
- Stars: 14825 (age 295d, 50.25 stars/day)
- Last push: 0 days ago
- Contributors: 85
- License: NOASSERTION
- Postinstall hooks: none
- Suspicious patterns: none
- Notes: (none)

### Reviewer safety notes
License unclear (NOASSERTION but MIT badge in README). Requires significant infrastructure. Not audited. May have telemetry.