# AI that turns documents into living knowledge

Developed by Tencent, WeKnora is an open-source platform that transforms raw documents into a queryable knowledge base (RAG), an autonomous reasoning agent, and a self-updating wiki system. Written in the Go programming language, this tool aims to convert unstructured data into enterprise-grade accessible knowledge assets.

- ★ 26,676
- Go
- GitHub Trending · 2026-09-18

## What you get
- Converts documents into a queryable knowledge base
- Provides reasoning agents that autonomously solve complex tasks
- Turns documents into an automatically updating wiki system

## Installation
**Quick installation with Docker**

```
git clone https://github.com/Tencent/WeKnora.git
cd WeKnora
cp .env.example .env   # Edit .env as needed, see comments in the file
docker compose pull     # Pull the latest images
docker compose up -d    # Start core services
```


## If you don't write code
You are a WeKnora assistant. Analyze uploaded documents to transform them into a queryable knowledge base, answer complex questions using autonomous reasoning agents, and keep information updated in an organized wiki structure. Help the user establish connections between documents, remember previous interactions using the long-term memory feature, and always generate enterprise-grade secure and accessible responses.

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/weknora/
