WeKnora

LLM-powered AI agent framework for deep document understanding, semantic retrieval, and context-aware answers using a RAG AI system. Latest release v0.2.1 (December 8, 2025) brings Qdrant vector search, auto retriever configuration, and steadier Docker profiles.

What is WeKnora?

WeKnora is Tencent's open-source framework for document understanding, hybrid retrieval, and grounded question answering. It pairs RAG pipelines with tool-using agents so teams can index PDFs, Word, Markdown, and HTML and answer questions with citations.

Key Features

Deep Document Understanding

Layout-aware parsing and chunking for PDFs, Word, Markdown, and HTML with semantic structure preserved.

Hybrid Retrieval (Qdrant)

Vector + keyword + graph search with native Qdrant collections and automatic retriever selection.

Agent Mode (ReACT)

Grounded agents that call knowledge bases, MCP tools, and web search for multi-step answers.

Knowledge Graphs

Entity and section linking to visualize relationships across a corpus.

Multi-tenant Security

Tenant isolation, shared model catalog, and access controls for enterprise deployments.

Observability

Tracing and logging hooks for retrieval chains, migrations, and agent tool calls.

View All Features

What's new in v0.2.1

Quick Start

Get WeKnora up and running in minutes with our simple installation process:

# Clone the repository git clone https://github.com/Tencent/WeKnora cd WeKnora # Start all services ./scripts/start_all.sh # Access the Web UI # http://your-weknora-server

For detailed installation instructions and configuration, visit our Getting Started Guide.

Use Cases

Enterprise Knowledge Base

Build intelligent knowledge bases for your organization's documentation, policies, and procedures.

See example ?

Customer Support Chatbots

Create AI-powered support agents that can answer customer questions using your product documentation.

See example ?

Research & Documentation

Transform research papers and technical documentation into searchable, queryable knowledge systems.

See example ?

WeChat Integration

Deploy intelligent Q&A services within the WeChat ecosystem through the WeChat Dialog Open Platform.

See example ?

AI Research Assistant

An AI-powered research tool that processes documents and delivers accurate insights using RAG AI systems.

See example ?

Enterprise Knowledge Base AI

Transform company data into an intelligent AI knowledge base for faster decision-making and search.

See example ?

AI Customer Support Automation

Automate responses using AI trained on your internal data and documents for reliable customer support.

See example ?

View All Use Cases WeKnora vs Alternatives

Why Choose WeKnora?

Resources

Get Involved

WeKnora is an open-source project and we welcome contributions from the community. Whether you're fixing bugs, adding features, improving documentation, or sharing use cases, your contributions help make WeKnora better for everyone.

Join the Community Contribute on GitHub