完善文章一

This commit is contained in:
2025-08-24 20:56:42 +08:00
parent 35344192ee
commit 7470e9b720
3 changed files with 14 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ import './style.scss'
// import './user-theme.css' // import './user-theme.css'
export default BlogTheme export default BlogTheme

View File

@@ -16,3 +16,8 @@
html:not(.dark) .VPHome::before { html:not(.dark) .VPHome::before {
background-image: url(/bgw.jpg); background-image: url(/bgw.jpg);
} }
// 隐藏置顶的icon
.blog-item .pin.pin::before {
display: none;
}

View File

@@ -9,8 +9,12 @@ tag:
- AI - AI
top: 1 top: 1
sidebar: false sidebar: false
readingTime: true
date: 2025-08-24 20:30:00
comment: true
--- ---
# 如何使用 Cherry Studio
## 什么是 Cherry Studio ## 什么是 Cherry Studio
@@ -91,9 +95,13 @@ CherryStudio 提供了多种强大的功能,以下是一些核心功能介绍
CherryStudio 允许您创建自己的本地知识库,让 AI 根据您的文档回答问题。 CherryStudio 允许您创建自己的本地知识库,让 AI 根据您的文档回答问题。
1. **创建知识库**: 在侧边栏选择“知识库”并创建一个新的知识库(选择一个语义向量模型)。 1. **创建知识库**: 在侧边栏选择“知识库”并创建一个新的知识库(选择一个语义向量模型)。
![知识库1](/1/知识库1.png) ![知识库1](/1/知识库1.png)
2. **添加文档**: 将您的文档(请确保为 UTF-8 编码)拖入知识库中,系统会自动进行向量化处理。 2. **添加文档**: 将您的文档(请确保为 UTF-8 编码)拖入知识库中,系统会自动进行向量化处理。
![知识库2](/1/知识库2.png) ![知识库2](/1/知识库2.png)
3. **使用知识库**: 在聊天时您可以选择加载特定的知识库AI 将会基于库中的内容进行回答,并能标注引用来源。 3. **使用知识库**: 在聊天时您可以选择加载特定的知识库AI 将会基于库中的内容进行回答,并能标注引用来源。
### 配置迁移 ### 配置迁移