File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
docSite/content/zh-cn/docs/development Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -130,11 +130,11 @@ cd fastgpt
130
130
curl -O https://raw.githubusercontent.com/labring/FastGPT/main/projects/app/data/config.json
131
131
132
132
# pgvector 版本(测试推荐,简单快捷)
133
- curl -o docker-compose.yml https://github. com/labring/FastGPT/blob/ main/files/docker/docker-compose-pgvector .yml
133
+ curl -o docker-compose.yml https://raw.githubusercontent. com/labring/FastGPT/main/files/docker/docker-compose-milvus .yml
134
134
# milvus 版本
135
- # curl -o docker-compose.yml https://github. com/labring/FastGPT/blob /main/files/docker/docker-compose-milvus.yml
135
+ # curl -o docker-compose.yml https://raw.githubusercontent. com/labring/FastGPT/main/files/docker/docker-compose-milvus.yml
136
136
# zilliz 版本
137
- # curl -o docker-compose.yml https://github. com/labring/FastGPT/blob /main/files/docker/docker-compose-zilliz.yml
137
+ # curl -o docker-compose.yml https://raw.githubusercontent. com/labring/FastGPT/main/files/docker/docker-compose-zilliz.yml
138
138
```
139
139
140
140
### 2. 修改 docker-compose.yml 环境变量
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' V4.8.3(进行中) '
2
+ title : ' V4.8.3'
3
3
description : ' FastGPT V4.8.3 更新说明'
4
4
icon : ' upgrade'
5
5
draft : false
@@ -18,5 +18,5 @@ weight: 821
18
18
1 . 新增 - 支持 Milvus 数据库, 可参考最新的 [ docker-compose-milvus.yml] ( https://github.com/labring/FastGPT/blob/main/files/docker/docker-compose-milvus.yml ) .
19
19
2 . 新增 - 给 chat 接口 empty answer 增加 log,便于排查模型问题。
20
20
3 . 新增 - ifelse判断器,字符串支持正则。
21
- 4 . 新增 - 代码支持
21
+ 4 . 新增 - 代码运行支持 console.log 输出调试。
22
22
5 . 修复 - 变量更新在 Debug 模式下出错。
Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ services:
114
114
# fastgpt
115
115
sandbox :
116
116
container_name : sandbox
117
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.2 # git
118
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2 # 阿里云
117
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.3 # git
118
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.3 # 阿里云
119
119
networks :
120
120
- fastgpt
121
121
restart : always
122
122
fastgpt :
123
123
container_name : fastgpt
124
- image : ghcr.io/labring/fastgpt:v4.8.3-alpha # git
125
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.3-alpha # 阿里云
124
+ image : ghcr.io/labring/fastgpt:v4.8.3 # git
125
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.3 # 阿里云
126
126
ports :
127
127
- 3000:3000
128
128
networks :
Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ services:
72
72
# fastgpt
73
73
sandbox :
74
74
container_name : sandbox
75
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.2 # git
76
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2 # 阿里云
75
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.3 # git
76
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.3 # 阿里云
77
77
networks :
78
78
- fastgpt
79
79
restart : always
80
80
fastgpt :
81
81
container_name : fastgpt
82
- image : ghcr.io/labring/fastgpt:v4.8.2 # git
83
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2 # 阿里云
82
+ image : ghcr.io/labring/fastgpt:v4.8.3 # git
83
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.3 # 阿里云
84
84
ports :
85
85
- 3000:3000
86
86
networks :
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ services:
53
53
wait $$!
54
54
sandbox :
55
55
container_name : sandbox
56
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.2 # git
57
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.2 # 阿里云
56
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.3 # git
57
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.3 # 阿里云
58
58
networks :
59
59
- fastgpt
60
60
restart : always
61
61
fastgpt :
62
62
container_name : fastgpt
63
- image : ghcr.io/labring/fastgpt:v4.8.2 # git
64
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.2 # 阿里云
63
+ image : ghcr.io/labring/fastgpt:v4.8.3 # git
64
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.3 # 阿里云
65
65
ports :
66
66
- 3000:3000
67
67
networks :
You can’t perform that action at this time.
0 commit comments