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
19b1ff5a
authored
Sep 03, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version docs
parent
8d55587c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
README.md
+3
-2
client/.env.template
+2
-0
docSite/content/docs/installation/upgrading/43.md
+8
-0
No files found.
README.md
View file @
19b1ff5a
...
...
@@ -37,10 +37,11 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
-
[
x
]
多 LLM 模型对话
-
[
x
]
文本内容提取成结构化数据
-
[
x
]
HTTP 扩展
-
[
]
沙盒 JS 运行
模块
-
[
]
嵌入 Laf,实现在线编写 HTTP
模块
-
[
]
连续对话引导
-
[
]
对话多路线选择
-
[
]
源文件引用追踪
-
[
x
]
源文件引用追踪
-
[
]
自定义文件阅读器
2.
丰富的知识库预处理
-
[
x
]
多库复用,混用
-
[
x
]
chunk 记录修改和删除
...
...
client/.env.template
View file @
19b1ff5a
...
...
@@ -4,6 +4,8 @@ DEFAULT_ROOT_PSW=123456
DB_MAX_LINK=5
# token
TOKEN_KEY=dfdasfdas
# 文件阅读时的秘钥
FILE_TOKEN_KEY=filetokenkey
# root key, 最高权限
ROOT_KEY=fdafasd
# openai 基本地址,可用作中转。
...
...
docSite/content/docs/installation/upgrading/43.md
View file @
19b1ff5a
...
...
@@ -14,3 +14,11 @@ weight: 996
1.
https://xxxxx/api/admin/initv43
会给 PG 数据库的 modeldata 表插入一个新列 file_id,用于存储文件 ID。
## 增加环境变量
增加一个
`FILE_TOKEN_KEY`
环境变量,用于生成文件预览链接,过期时间为 30 分钟。
```
FILE_TOKEN_KEY=filetokenkey
```
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