Archer
e9f9629c38
chore: update FastGPT image tag to v4.14.7.1 ( #6458 )
...
Co-authored-by: Archer <c121914yu@gmail.com >
2026-02-24 19:54:14 +08:00
Archer
048b2410d4
url ( #6431 )
2026-02-13 11:38:01 +08:00
Archer
e5a791e4f7
doc ( #6429 )
...
* perf: health check
* doc
2026-02-13 11:23:02 +08:00
Archer
e8fac8639e
yml ( #6422 )
2026-02-12 18:53:15 +08:00
Archer
c8d8ca1384
doc ( #6421 )
...
* doc
* version
* doc
2026-02-12 18:45:30 +08:00
Archer
0ac8bca17c
doc ( #6419 )
2026-02-12 18:02:02 +08:00
Archer
e6c7593d95
Sandbox move and vector test ( #6381 )
...
* remove sandbox
* perf: vitest
* doc
2026-02-04 14:27:58 +08:00
Finley Ge
8e8b5b4a16
chore: 4.14.6 upgrading docs ( #6356 )
...
* chore: 4.14.6 upgrading docs
* chore: deploy scripts
* chore: bump @fastgpt-sdk/plugin to 0.3.8
2026-01-30 22:34:42 +08:00
Finley Ge
7bd2ca7b79
chore: deploy scripts ( #6293 )
2026-01-20 10:50:47 +08:00
Archer
047940bbd6
doc ( #6233 )
2026-01-11 00:57:52 +08:00
Archer
3a0d971480
doc ( #6225 )
2026-01-09 18:27:11 +08:00
Archer
c93c3937e1
S3 sdk ( #6215 )
...
* refactor: fastgpt object storage & global proxy (#6155 )
* feat: migrate to fastgpt storage sdk
* chore: rename env variable
* chore: move to sdk dir
* docs: object storage
* CHORE
* chore: storage mocks
* chore: update docker-compose
* fix: global proxy agent
* fix: update COS proxy
* refactor: use fetch instead of http.request
* fix: axios request base url
* fix: axios proxy request behavior
* fix: bumps axios
* fix: patch axios for proxy
* fix: replace axios with proxied axios
* fix: upload txt file encoding
* clean code
* fix: use "minio" for minio adapter (#6205 )
* fix: use minio client to delete files when using minio vendor (#6206 )
* doc
* feat: filter citations and add response button control (#6170 )
* feat: filter citations and add response button control
* i18n
* fix
* fix test
* perf: chat api code
* fix: workflow edge overlap and auto-align in folded loop nodes (#6204 )
* fix: workflow edge overlap and auto-align in folded loop nodes
* sort
* fix
* fix edge
* fix icon
* perf: s3 file name
* perf: admin get app api
* perf: catch user error
* fix: refactor useOrg hook to use debounced search key (#6180 )
* chore: comment minio adapter (#6207 )
* chore: filename with suffix random id
* perf: s3 storage code
* fix: encode filename when copy object
---------
Co-authored-by: archer <545436317@qq.com >
* fix: node card link
* json
* perf: chat index;
* index
* chat item soft delete (#6216 )
* chat item soft delete
* temp
* fix
* remove code
* perf: delete chat item
---------
Co-authored-by: archer <545436317@qq.com >
* feat: select wheather filter sensitive info when export apps (#6222 )
* fix some bugs (#6210 )
* fix v4.14.5 bugs
* type
* fix
* fix
* custom feedback
* fix
* code
* fix
* remove invalid function
---------
Co-authored-by: archer <545436317@qq.com >
* perf: test
* fix file default local upload (#6223 )
* docs: improve object storage introduction (#6224 )
* doc
---------
Co-authored-by: roy <whoeverimf5@gmail.com >
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2026-01-09 18:25:02 +08:00
Finley Ge
3ff4fda364
upgrade: MongoDB 5.0.18 to 5.0.32 ( #6148 )
...
* upgrade: MongoDB 5.0.18 to 5.0.32
Update MongoDB version from 5.0.18 to 5.0.32 in all deployment configurations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
* doc
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Happy <yesreply@happy.engineering >
Co-authored-by: archer <545436317@qq.com >
2025-12-30 11:31:47 +08:00
Archer
71936eeb1d
deploy doc ( #6100 )
...
* deploy doc
* name
2025-12-16 14:56:04 +08:00
Finley Ge
670c3ca3b0
chore: update deploy scripts ( #6016 )
2025-12-03 11:08:43 +08:00
Archer
f08f3a8a26
deploy doc ( #5953 )
...
* fix: text split
* remove test
* perf: create dataset modal
* remove log
* deploy doc
2025-11-18 19:27:14 +08:00
Archer
fa163a5456
doc ( #5908 )
2025-11-12 12:19:02 +08:00
Archer
45869fa058
Upgrade document ( #5865 )
...
* fix: timeselector ui error
* var update node
* version doc
* doc
2025-11-05 14:16:14 +08:00
Archer
b59f2ccf1d
fix: loginout ( #5796 )
...
* fix: variables refresh
* fix: workflow start check
* doc
* fix: loginout
* fix: login
2025-10-21 11:46:53 +08:00
Finley Ge
1ab2e922ec
feat: add health check to MongoDB service in Docker Compose templates ( #5776 )
...
* feat: add health check to MongoDB service in Docker Compose templates
- Add health check configuration to MongoDB service in both dev and prod templates
- Use mongo client ping command with authentication to verify service availability
- Configure 10s interval, 5s timeout, 5 retries, and 30s start period
- Ensures MongoDB service health monitoring consistent with other services
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
* chore: regenerate Docker Compose files with MongoDB health check
- Run pnpm gen:deploy to regenerate all Docker Compose files
- MongoDB health checks are now included in all generated variants
- Health check configuration: 10s interval, 5s timeout, 5 retries, 30s start period
- Affects dev, prod and documentation Docker Compose files
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Happy <yesreply@happy.engineering >
2025-10-17 18:28:48 +08:00
Finley Ge
b8c2c7ad98
fix: docker-compose pg_url removal; depends on pg -> vectorDB ( #5733 )
2025-10-06 11:42:57 +08:00
Archer
1d2fe012bf
deploy doc ( #5729 )
2025-09-30 15:47:06 +08:00
Archer
a83ae8e6e8
4.13.1 features ( #5728 )
...
* fix(api): 修复二级路由下的页面判断逻辑
在请求错误处理中,添加基础URL前缀以正确判断当前是否为外部链接页面。
* perf: use global var
* remove invalid code
* feat: response limit;perf: copy avatar image;perf: markdown parse (#5719 )
* feat: response limit
* remove placeholder
* perf: copy avatar image
* perf: markdown parse
* fix: child app cannot show cite
* doc
* fix: node template bugs (#5727 )
* add dataset search count track (#5721 )
* add dataset search count track
* remove pro
* change to track
* remove unused
* fix
* perf: track code
---------
Co-authored-by: archer <545436317@qq.com >
* http response limit
* deploy doc
* fix: test
* doc
* remove invalid code
* remove invalid code
---------
Co-authored-by: 戴盛利 <1639499287@qq.com >
Co-authored-by: heheer <heheer@sealos.io >
2025-09-30 15:05:43 +08:00
Finley Ge
e4127b53af
chore: deploy update cn registry ( #5726 )
...
* perf: rename docker-compose.yml after download
* chore: update cn registry for minio and redis
2025-09-29 17:57:15 +08:00
Archer
5749f66197
update deploy doc ( #5723 )
2025-09-29 11:42:47 +08:00
Finley Ge
32a3b9216b
perf: deploy docs; docker-compose ( #5722 )
...
* docs: https://localhost => http://localhost
* chore: docker compose; deploy/dev docs
* chore: quick-start page
* chore: add comment & remove leading space of vector config
* chore: remove redundant install.sh scripts
* chore: adjust milvus and ob, image dyanmic config; readme.md
* chore: update pnpm-lock.yaml
2025-09-29 11:34:11 +08:00