tencent cloud

Tencent Cloud Agent Development Platform

Release Notes and Announcements
Release Notes
Product Announcement
Product Introduction
Product Overview
Advantages
Use Cases
Model Introduction
Purchase Guide
Package Subscription
Previous Version
Getting Started
Agent Application and Its Three Modes
Creating a "Content Summary Assistant" in Standard Mode
Creating a “Webpage Scraping Assistant” in Single Workflow Mode
Creating a “Stand-up Comedy Content Creation Assistant” in Multi-Agent Mode
Operation Guide
Application Development
Workflow
Multi-Agent
Knowledge Base
Widget
Plugin Marketplace
Model List 
Prompt Templates
Application Templates
Platform Management
Business, Workspace and Permissions
API Documentation
History
API Category
Making API Requests
Atomic Capability APIs
Operation Optimization APIs
Document Library APIs
Q&A Database APIs
Knowledge Tag APIs
Application Management APIs
Enterprise Management APIs
Billing APIs
Release Management APIs
Dialogue Endpoint APIs
Data Statistics APIs
Data Types
Error Codes
Application API Documentation
Dialogue API Overview
Dialog API Documentation (WebSocket)
Dialog API Documentation (HTTP SSE)
Image Chat or File Chat (Real-time Document Parsing + Chat)
Offline Document Upload
Tencent Cloud Agent Development Platform Operation COS Guide
ADP Document Parsing Protocol
FAQs
Product FAQs
Technical FAQs
Related Agreements
Tencent Cloud Agent Development Platform Service Level Agreement
Tencent Cloud Agent Development Platform Service Specific Terms
Tencent Cloud Agent Development Platform Privacy Policy
Tencent Cloud Agent Development Platform Data Processing and Security Agreement
Open-Source License Statement
Lighthouse OpenClaw Connector Plugin Service Agreement
Contact Us
Glossary

What Is Knowledge Base

PDF
Focus Mode
Font Size
Last updated: 2026-02-05 09:51:11
The knowledge base is a key component for implementing RAG (Retrieval-Augmented Generation). It manages the import, processing, organization, and maintenance of knowledge. A knowledge base not only provides LLMs (Large Language Models) with dynamic, real-time context but also helps enterprises improve internal information retrieval efficiency, ensuring accuracy and timeliness of answers and generated results.
The knowledge retrieval process can be summarized as three steps:
1. Knowledge Import and Processing: Import files, Q&A, or database information into the knowledge base. The system then performs segmentation, indexing, and vectorization.
2. Keyword Search and Content Retrieval: When the LLM receives a user query, the knowledge base recalls the most relevant content chunks through keyword or semantic search and provides key context.
3. Context-Enhanced Generation: The LLM combines the recalled context with its own knowledge to generate answers, ensuring accuracy, timeliness, and business relevance.

Knowledge Base Data Types

In the Tencent Cloud Agent Development Platform, stored data in the knowledge base is referred to as knowledge. It is divided into three types:
Files: Structured or unstructured files such as PDF, DOCX, TXT, or web pages. Documents are segmented and indexed, with context slices stored in the knowledge base for retrieval.
Q&A: Knowledge in the form of question–answer pairs. The system automatically generates them from documents or manual input, enabling quick responses to common questions and improving coverage and efficiency.
Database: Structured data sources such as internal systems, tables, or API data. These can provide precise information for Q&A systems and LLMs, or serve as auxiliary retrieval conditions to enhance business-specific support.

Knowledge Base Level Description

All team members can upload and maintain knowledge in the knowledge base within the platform. In specific applications, each application has a built-in knowledge management feature module with a default knowledge base, only for use within the current application, no support for sharing across applications. If necessary to reuse other knowledge content, you can add a platform-level knowledge base in the application's knowledge management. This ensures application independence while supporting knowledge sharing and reuse across applications.




Creating a Knowledge Base

Click Knowledge Base > Create in the left-hand menu, fill in the name and description.




Managing a Knowledge Base

Modify knowledge base name: Click the top-left of the knowledge base page to edit its name.



Note:
1. Document comparison tasks and tag management work only at the knowledge base level and cannot be shared across knowledge bases.
2. Knowledge bases support importing files, Q&A, and databases. Once knowledge is in the “Imported” state, it becomes effective.

Deleting a Knowledge Base

To delete a knowledge base, ensure it is not currently referenced by any application. If it is, remove the reference relationship first before deleting.




Adding a Knowledge Base Within Application

Click the application and go to Application > Knowledge Management > Add Knowledge Base. After adjusting the reference relationship of the knowledge base, you need to re-release the application. To understand how to adjust knowledge management and segmentation settings, please refer to Knowledge Base Settings Overview.



Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback