Knowledge Base Tutorial
Below, we will present detailed instructions for using Cherry Studio step-by-step.
This document was prepared by the Cherry AI team in Chinese and copied here for convenience
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.
For Parley API users, this will be text-embedding-3-large.

Create Knowledge Base
Knowledge Base Entry: On the left toolbar of Cherry Studio, 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. In this case, we recommend text-embedding-3-large.
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
Cherry Studio 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://llm.theparley.org.
Plain Text Note: Supports entering custom content in plain text.
Import Past Chats from ChatGPT
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
