@Pluvio9yte: Tencent quietly open-sourced an enterprise-level knowledge platform, WeKnora. Its core concept is: turning a pile of raw documents into truly usable, inferable, and self-growing knowledge assets. It mainly does three things: RAG intelligent Q&A — fast and accurate ordinary semantic retrieval with support for hybrid search; ReAct autonomous A…
Summary
Tencent open-sourced the enterprise knowledge platform WeKnora, featuring three key capabilities: RAG intelligent Q&A, ReAct autonomous Agent, and self-maintaining Wiki + knowledge graph, transforming raw documents into inferable and growing knowledge assets.
View Cached Full Text
Cached at: 06/22/26, 05:37 AM
Tencent quietly open-sourced an enterprise-level knowledge platform: WeKnora.
Its core philosophy is simple: turn a pile of raw documents into truly usable, reasoning-capable, and self-growing knowledge assets.
It does three main things:
RAG Intelligent Q&A
Ordinary semantic retrieval, fast and accurate, with support for hybrid search.
ReAct Autonomous Agent
Self-plans multi-step tasks, calls tools, web search, and MCP skills.
Self-maintaining Wiki + Knowledge Graph
After uploading documents, the Agent automatically organizes them into structured Markdown Wiki pages and generates an interactive knowledge graph.
If you’re working on enterprise knowledge management, internal sharing, intelligent customer service, or want to build a “knowledge base that grows itself,” I highly recommend checking it out.
The project link is in the comments.
Similar Articles
@BlockView0214: How to build a knowledge base? There are a bunch of open-source RAG / knowledge base tools on GitHub, with clear divisions of labor: FastGPT (28k+ stars): A knowledge base platform based on LLM, with relatively complete workflows, Q&A, and dataset management, suitable for those who want to quickly build an enterprise knowledge base. https://g…
This article introduces four open-source RAG/knowledge base tools (FastGPT, LLM Wiki, llm-wiki-agent, OpenKB) and provides selection suggestions suitable for building enterprise or personal knowledge bases.
@Ryrenz: Want AI to answer based on your own data without building RAG from scratch? These 5 open-source apps turn documents into a Q&A knowledge base. 1. RAGFlow — Advanced layout understanding RAG engine, 83.8k stars. Deep comprehension of complex document layouts, tables, long reports, all parsed accurately with cited answers. A popular choice for enterprise knowledge bases.
Recommends 5 open-source RAG tools (RAGFlow, AnythingLLM, Onyx, Khoj, kotaemon) that turn documents into a Q&A knowledge base with zero code, each with unique features.
@Huanusa: The ceiling of personal knowledge bases has arrived! This GitHub LLM Wiki project has already garnered 2800+ Stars, completely leaving ordinary RAG in the dust! It's not the useless mode of "re-retrieving" every time, but lets AI directly help you incrementally build a truly structured Wiki — compile knowledge once, and it continuously evolves...
LLM Wiki is an open-source desktop application that uses LLM to incrementally build a structured knowledge base, supporting knowledge graphs, community detection, Obsidian integration, and Chrome clipping, aiming to replace traditional RAG approaches.
@indie_maker_fox: Sharing an open-source project: OpenKnowledge. You can think of it as an open-source implementation of Obsidian + LLM Wiki in practice. Since large language models became popular, the markdown-based note-taking app Obsidian has gained increasing traction; the concept of LLM Wiki...
OpenKnowledge is an open-source knowledge base tool that combines the note-taking experience of Obsidian with the philosophy of LLM Wiki. It comes with built-in MCP, Skills, Chat, and TUI features, supports Git sync, and can complement Obsidian for efficiently organizing personal knowledge.
@Phoenixyin13: Karpathy Overthrows RAG! Discussing the Ultimate Strategy to End Personal Knowledge Decay from Two Months Ago This is a real-world manifesto for letting AI manage your personal Wikipedia. In early April 2026, AI giant, former Tesla AI director, and OpenAI co-founder Andrej K…
This article introduces a new personal knowledge management method proposed by Andrej Karpathy: using LLMs to automatically compile raw notes into a structured Wiki, replacing traditional RAG, and achieving compound growth of knowledge.