Skip to content

Commit 60ee160

Browse files
authored
v4.5.2 (#439)
1 parent 008d0af commit 60ee160

File tree

216 files changed

+4431
-2231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+4431
-2231
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
4747

4848
1. 强大的可视化编排,轻松构建 AI 应用
4949
- [x] 提供简易模式,无需操作编排
50-
- [x] 用户对话前引导, 全局字符串变量
50+
- [x] 用户对话前引导全局字符串变量
5151
- [x] 知识库搜索
5252
- [x] 多 LLM 模型对话
5353
- [x] 文本内容提取成结构化数据
@@ -56,12 +56,12 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
5656
- [x] 对话下一步指引
5757
- [ ] 对话多路线选择
5858
- [x] 源文件引用追踪
59-
- [ ] 自定义文件阅读器
59+
- [x] 模块封装,实现多级复用
6060
2. 丰富的知识库预处理
6161
- [x] 多库复用,混用
6262
- [x] chunk 记录修改和删除
63-
- [x] 支持 手动输入, 直接分段, QA 拆分导入
64-
- [x] 支持 url 读取、 CSV 批量导入
63+
- [x] 支持手动输入,直接分段QA 拆分导入
64+
- [x] 支持 url 读取、CSV 批量导入
6565
- [x] 支持知识库单独设置向量模型
6666
- [x] 源文件存储
6767
- [ ] 文件学习 Agent
@@ -71,7 +71,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
7171
- [x] 完整上下文呈现
7272
- [x] 完整模块中间值呈现
7373
4. OpenAPI
74-
- [x] completions 接口对齐 GPT 接口
74+
- [x] completions 接口 (对齐 GPT 接口)
7575
- [ ] 知识库 CRUD
7676
5. 运营功能
7777
- [x] 免登录分享窗口
@@ -80,7 +80,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
8080

8181
## 👨‍💻 开发
8282

83-
项目技术栈: NextJs + TS + ChakraUI + Mongo + PostgresVector 插件
83+
项目技术栈NextJs + TS + ChakraUI + Mongo + Postgres (Vector 插件)
8484

8585
- **⚡ 快速部署**
8686

@@ -95,7 +95,8 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
9595
* [系统配置文件说明](https://doc.fastgpt.in/docs/development/configuration/)
9696
* [多模型配置](https://doc.fastgpt.in/docs/installation/one-api/)
9797
* [版本更新/升级介绍](https://doc.fastgpt.in/docs/installation/upgrading)
98-
* [API 文档](https://doc.fastgpt.in/docs/development/openapi/)
98+
* [OpenAPI API 文档](https://doc.fastgpt.in/docs/development/openapi/)
99+
* [知识库结构详解](https://doc.fastgpt.in/docs/use-cases/datasetengine/)
99100

100101
## 🏘️ 社区交流群
101102

@@ -105,10 +106,10 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
105106

106107
## 💪 相关项目
107108

108-
- [Laf: 3 分钟快速接入三方应用](https://github.com/labring/laf)
109-
- [Sealos: 快速部署集群应用](https://github.com/labring/sealos)
110-
- [One API: 多模型管理,支持 Azure、文心一言等](https://github.com/songquanpeng/one-api)
111-
- [TuShan: 5 分钟搭建后台管理系统](https://github.com/msgbyte/tushan)
109+
- [Laf3 分钟快速接入三方应用](https://github.com/labring/laf)
110+
- [Sealos快速部署集群应用](https://github.com/labring/sealos)
111+
- [One API多模型管理,支持 Azure、文心一言等](https://github.com/songquanpeng/one-api)
112+
- [TuShan5 分钟搭建后台管理系统](https://github.com/msgbyte/tushan)
112113

113114
## 👀 其他
114115

@@ -129,6 +130,6 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
129130
本仓库遵循 [FastGPT Open Source License](./LICENSE) 开源协议。
130131

131132
1. 允许作为后台服务直接商用,但不允许提供 SaaS 服务。
132-
2. 需保留相关版权信息
133+
2. 未经商业授权,任何形式的商用服务均需保留相关版权信息
133134
3. 完整请查看 [FastGPT Open Source License](./LICENSE)
134-
4. 联系方式:[email protected], [点击查看定价策略](https://doc.fastgpt.run/docs/commercial)
135+
4. 联系方式:[email protected][点击查看商业版定价策略](https://doc.fastgpt.run/docs/commercial)

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
5454
- [x] Extend with HTTP
5555
- [ ] Embed Laf for on-the-fly HTTP module crafting
5656
- [x] Directions for the next dialogue steps
57-
- [ ] Multiple dialogue paths selection
5857
- [x] Tracking source file references
5958
- [ ] Custom file reader
59+
- [ ] Modules are packaged into plug-ins to achieve reuse
6060

6161
2. Extensive knowledge base preprocessing
6262

docSite/.zhlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

docSite/.zhlintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"preset": "default",
3+
"rules": {
4+
"adjustedFullWidthPunctuation": ""
5+
}
6+
}

docSite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 本地运行
44

55
1. 安装 go 语言环境。
6-
2. 安装 hugo。 [二进制下载](https://github.com/gohugoio/hugo/releases/tag/v0.117.0),注意需要安装 extended 版本。
6+
2. 安装 hugo。[二进制下载](https://github.com/gohugoio/hugo/releases/tag/v0.117.0),注意需要安装 extended 版本。
77
3. cd docSite
88
4. hugo serve
99
5. 访问 http://localhost:1313
390 KB
Loading
383 KB
Loading
307 KB
Loading
252 KB
Loading
865 KB
Loading

0 commit comments

Comments
 (0)