logologo
Get Started
Tutorials
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Get Started
Tutorials
Guide
Development
Plugins
API
Home
logologo
Overview
Quick Start

Features

Configure LLM Service
Enable AI Employees
Collaborate with AI Employees
Add Context - Blocks
Web Search
Use Skills
Use Tools
MCP Integration
Shortcut Tasks
Built-in AI Employees
New AI Employee
Permission Control
File Management

AI Knowledge Base

Overview
Vector Database
Vector Store
Knowledge Base
RAG

Workflow

LLM Nodes

Text Chat
Multimodal Chat
Structured Output
NocoBase MCP
NocoBase Skills

Application Practices

Viz: CRM Scenario Configuration
Prompt Engineering Guide
Previous PageVector Store
Next PageRAG

#Knowledge Base

#Introduction

The knowledge base is the foundation of RAG retrieval. It organizes documents by category and builds an index. When an AI employee answers a question, it will prioritize searching for answers from the knowledge base.

#Knowledge Base Management

Go to the AI employee plugin configuration page, click the Knowledge base tab to enter the knowledge base management page.

20251023095649

Click the Add new button in the upper right corner to add a Local knowledge base.

20251023095826

Enter the necessary information for the new knowledge base:

  • In the Name input box, enter the knowledge base name;
  • In File storage, select the file storage location;
  • In Vector store, select the vector store, refer to Vector Store;
  • In the Description input box, enter the knowledge base description;

Click the Submit button to create the knowledge base.

20251023095909

#Knowledge Base Document Management

After creating the knowledge base, on the knowledge base list page, click the newly created knowledge base to enter the knowledge base document management page.

20251023100458

20251023100527

Click the Upload button to upload documents. After the documents are uploaded, vectorization will start automatically. Wait for the Status to change from Pending to Success.

Currently, the knowledge base supports the following document types: txt, pdf, doc, docx, ppt, pptx; pdf only supports plain text.

20251023100901

#Knowledge Base Types

#Local Knowledge Base

A Local knowledge base is a knowledge base stored locally in NocoBase. The documents and their vector data are all stored locally by NocoBase.

20251023101620

#Readonly Knowledge Base

A Readonly knowledge base is a read-only knowledge base. The documents and vector data are maintained externally. Only a vector database connection is created in NocoBase (currently only PGVector is supported).

20251023101743

#External Knowledge Base

An External knowledge base is an external knowledge base where documents and vector data are maintained externally. Vector database retrieval needs to be extended by developers, allowing the use of vector databases not currently supported by NocoBase.

20251023101949