Knowledge Base Tutorial
This document was translated from Chinese by AI and has not yet been reviewed.
In version 0.9.1, CherryStudio introduces the long-awaited knowledge base feature.
Below, we will present detailed instructions for using CherryStudio step-by-step.
Add Embedding Model
Find the model in the model management service, you can quickly filter by clicking "Embedding Model";
Find the required model and add it to My Models.

Create Knowledge Base
Knowledge Base Entry: On the left toolbar of CherryStudio, click the knowledge base icon to enter the management page;
Add Knowledge Base: Click "Add" to start creating a knowledge base;
Name: Enter the name of the knowledge base and add an embedding model. Taking bge-m3 as an example, you can complete the creation.


Add Files and Vectorize
Add Files: Click the "Add files" button to open the file selection;
Select Files: Choose supported file formats, such as pdf, docx, pptx, xlsx, txt, md, mdx, etc., and open them;
Vectorization: The system will automatically perform vectorization. When it shows "Completed" (green ✓), it means vectorization is finished.



Add Data from Multiple Sources
CherryStudio supports multiple ways to add data:
Folder Directory: You can add an entire folder directory, and supported format files within that directory will be automatically vectorized;
Website Link: Supports URL links, such as https://docs.siliconflow.cn/introduction;
Sitemap: Supports XML-format sitemaps, such as https://docs.siliconflow.cn/sitemap.xml;
Plain Text Note: Supports entering custom content in plain text.
Search Knowledge Base
Once files and other data are vectorized, you can query them:
Click the "Search Knowledge Base" button at the bottom of the page;
Enter the query content;
The search results will be displayed;
And the matching score for each result will be shown.


Cite Knowledge Base in Conversation to Generate Replies
Create a new topic. In the conversation toolbar, click "Knowledge Base," which will expand the list of created knowledge bases. Select the knowledge base you want to cite;
Enter and send your question, and the model will return an answer generated from the retrieval results;
At the same time, the cited data source will be attached below the answer, allowing quick access to the source file.


Last updated
Was this helpful?