logologo
Get Started
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Italiano
Türkçe
Українська
Tiếng Việt
Bahasa Indonesia
ไทย
Polski
Nederlands
Čeština
العربية
עברית
हिन्दी
Svenska
Get Started
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
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

Application Practices

Viz: CRM Scenario Configuration
Prompt Engineering Guide
Previous PageVector Database
Next PageKnowledge Base

#Vector Store

#Introduction

In a knowledge base, when saving documents, the documents are vectorized. When retrieving documents, the search terms are vectorized. Both processes require an Embedding model to vectorize the original text.

In the AI Knowledge Base plugin, a vector store is the binding of an Embedding model and a vector database.

#Vector Store Management

Go to the AI Employees plugin configuration page, click the Vector store tab, and select Vector store to enter the vector store management page.

20251023003023

Click the Add new button in the top right corner to add a new vector store:

  • In the Name input box, enter the vector store name;
  • In Vector store, select an already configured vector database. Refer to: Vector Database;
  • In LLM service, select an already configured LLM service. Refer to: LLM Service Management;
  • In the Embedding model input box, enter the name of the Embedding model to be used;

Click the Submit button to save the vector store information.

20251023003121