mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 11:50:14 +00:00
完善文章一
This commit is contained in:
@@ -7,3 +7,4 @@ import './style.scss'
|
||||
// import './user-theme.css'
|
||||
|
||||
export default BlogTheme
|
||||
|
||||
|
||||
@@ -15,4 +15,9 @@
|
||||
// 亮色模式下切换背景
|
||||
html:not(.dark) .VPHome::before {
|
||||
background-image: url(/bgw.jpg);
|
||||
}
|
||||
|
||||
// 隐藏置顶的icon
|
||||
.blog-item .pin.pin::before {
|
||||
display: none;
|
||||
}
|
||||
@@ -9,8 +9,12 @@ tag:
|
||||
- AI
|
||||
top: 1
|
||||
sidebar: false
|
||||
readingTime: true
|
||||
date: 2025-08-24 20:30:00
|
||||
comment: true
|
||||
---
|
||||
|
||||
# 如何使用 Cherry Studio
|
||||
|
||||
## 什么是 Cherry Studio?
|
||||
|
||||
@@ -91,9 +95,13 @@ CherryStudio 提供了多种强大的功能,以下是一些核心功能介绍
|
||||
CherryStudio 允许您创建自己的本地知识库,让 AI 根据您的文档回答问题。
|
||||
|
||||
1. **创建知识库**: 在侧边栏选择“知识库”并创建一个新的知识库(选择一个语义向量模型)。
|
||||
|
||||

|
||||
|
||||
2. **添加文档**: 将您的文档(请确保为 UTF-8 编码)拖入知识库中,系统会自动进行向量化处理。
|
||||
|
||||

|
||||
|
||||
3. **使用知识库**: 在聊天时,您可以选择加载特定的知识库,AI 将会基于库中的内容进行回答,并能标注引用来源。
|
||||
|
||||
### 配置迁移
|
||||
|
||||
Reference in New Issue
Block a user