Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
8d55587c
authored
Sep 03, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version docs
parent
a754ceaf
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
16 deletions
+31
-16
README.md
+1
-1
client/public/docs/versionIntro.md
+6
-6
docSite/content/docs/installation/upgrading/40.md
+5
-6
docSite/content/docs/installation/upgrading/41.md
+1
-1
docSite/content/docs/installation/upgrading/42.md
+1
-1
docSite/content/docs/installation/upgrading/421.md
+1
-1
docSite/content/docs/installation/upgrading/43.md
+16
-0
No files found.
README.md
View file @
8d55587c
...
@@ -50,7 +50,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
...
@@ -50,7 +50,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
-
[
x
]
支持 url 读取导入
-
[
x
]
支持 url 读取导入
-
[
x
]
支持 CSV 批量导入问答对
-
[
x
]
支持 CSV 批量导入问答对
-
[
x
]
支持知识库单独设置向量模型
-
[
x
]
支持知识库单独设置向量模型
-
[
]
源文件存储
-
[
x
]
源文件存储
3.
多种效果测试渠道
3.
多种效果测试渠道
-
[
x
]
知识库单点搜索测试
-
[
x
]
知识库单点搜索测试
-
[
x
]
对话时反馈引用并可修改与删除
-
[
x
]
对话时反馈引用并可修改与删除
...
...
client/public/docs/versionIntro.md
View file @
8d55587c
### Fast GPT V4.
2.2
### Fast GPT V4.
3
1.
**新增 - 用户反馈和管理员标注预期答案,以不断提高模型回复准确率。**
该功能为测试版,未来交互可能会有变化,欢迎大家提出宝贵意见
。
1.
新增 - 知识库源文件存储,可以从引用窗口点击文件名,查看源文件
。
2.
优化 - 知识库搜索提示词,更适配问答场景
。
2.
新增 - 用户反馈和管理员标注预期答案,以不断提高模型回复准确率。 该功能为测试版,未来交互可能会有变化,欢迎大家提出宝贵意见
。
3.
新增 - 好友邀请链接,
[
点击查看
](
/account?currentTab=promotion
)
3.
优化 -
[
使用文档
](
https://doc.fastgpt.run/docs/intro/
)
4.
优化 -
[
使用文档
](
https://doc.fastgpt.run/docs/intro/
)
4.
[
点击查看高级编排介绍文档
](
https://doc.fastgpt.run/docs/workflow
)
5.
[
点击查看
高级编排介绍文档
](
https://doc.fastgpt.run/docs/workflow
)
5.
[
点击查看
商业版
](
https://fael3z0zfze.feishu.cn/docx/F155dbirfo8vDDx2WgWc6extnwf
)
docSite/content/docs/installation/upgrading/40.md
View file @
8d55587c
---
---
title
:
"
升级到
V4.0"
title
:
'
升级到
V4.0'
description
:
"
FastGPT
从旧版本升级到
V4.0
操作指南"
description
:
'
FastGPT
从旧版本升级到
V4.0
操作指南'
icon
:
"
upgrade"
icon
:
'
upgrade'
draft
:
false
draft
:
false
toc
:
true
toc
:
true
weight
:
761
weight
:
1000
---
---
如果您是
**从旧版本升级到 V4**
,由于新版 MongoDB 表变更比较大,需要按照本文档的说明执行一些初始化脚本。
如果您是
**从旧版本升级到 V4**
,由于新版 MongoDB 表变更比较大,需要按照本文档的说明执行一些初始化脚本。
...
@@ -63,4 +63,4 @@ db.outlinks.find({shareId: {$exists: false}}).forEach(function(item){
...
@@ -63,4 +63,4 @@ db.outlinks.find({shareId: {$exists: false}}).forEach(function(item){
2.
https://xxxxx/api/admin/initChat
2.
https://xxxxx/api/admin/initChat
3.
https://xxxxx/api/admin/initOutlink
3.
https://xxxxx/api/admin/initOutlink
1 和 2 有可能会因为内存不足挂掉,可以重复执行。
1 和 2 有可能会因为内存不足挂掉,可以重复执行。
\ No newline at end of file
docSite/content/docs/installation/upgrading/41.md
View file @
8d55587c
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.1 操作指南'
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.1 操作指南'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
toc
:
true
toc
:
true
weight
:
762
weight
:
999
---
---
如果您是
**从旧版本升级到 V4.1**
,由于新版重新设置了对话存储结构,需要初始化原来的存储内容。
如果您是
**从旧版本升级到 V4.1**
,由于新版重新设置了对话存储结构,需要初始化原来的存储内容。
...
...
docSite/content/docs/installation/upgrading/42.md
View file @
8d55587c
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.2 操作指南'
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.2 操作指南'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
toc
:
true
toc
:
true
weight
:
763
weight
:
998
---
---
99.
9%用户不影响,升级 4.2 主要是修改了配置文件中 QAModel 的格式。从原先的数组改成对象:
99.
9%用户不影响,升级 4.2 主要是修改了配置文件中 QAModel 的格式。从原先的数组改成对象:
...
...
docSite/content/docs/installation/upgrading/421.md
View file @
8d55587c
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.2.1 操作指南'
...
@@ -4,7 +4,7 @@ description: 'FastGPT 从旧版本升级到 V4.2.1 操作指南'
icon
:
'
upgrade'
icon
:
'
upgrade'
draft
:
false
draft
:
false
toc
:
true
toc
:
true
weight
:
763
weight
:
997
---
---
私有部署,如果添加了配置文件,需要在配置文件中修改
`VectorModels`
字段。增加 defaultToken 和 maxToken,分别对应直接分段时的默认 token 数量和该模型支持的 token 上限(通常不建议超过 3000)
私有部署,如果添加了配置文件,需要在配置文件中修改
`VectorModels`
字段。增加 defaultToken 和 maxToken,分别对应直接分段时的默认 token 数量和该模型支持的 token 上限(通常不建议超过 3000)
...
...
docSite/content/docs/installation/upgrading/43.md
0 → 100644
View file @
8d55587c
---
title
:
'
升级到
V4.3'
description
:
'
FastGPT
从旧版本升级到
V4.3
操作指南'
icon
:
'
upgrade'
draft
:
false
toc
:
true
weight
:
996
---
## 执行初始化 API
发起 1 个 HTTP 请求(记得携带
`headers.rootkey`
,这个值是环境变量里的)
1.
https://xxxxx/api/admin/initv43
会给 PG 数据库的 modeldata 表插入一个新列 file_id,用于存储文件 ID。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment