2241 Commits

Author SHA1 Message Date
Archer
ef7047584a doc (#5256) 2025-07-18 17:09:37 +08:00
Archer
593c816c1a perf: value type checker (#5255)
* perf: value type checker

* fix: ts
v4.10.1-fix3
2025-07-18 16:39:42 +08:00
heheer
6f75c1b80e fix node variable update render (#5251)
* fix node variable update render

* editor value formatted

* fix
v4.10.1-fix2
2025-07-18 15:48:26 +08:00
Archer
530f30e3e8 Var render (#5248)
* add resize to json editor

* fix: ts
2025-07-18 00:30:24 +08:00
Archer
0d0bf06307 fix: variablesinit (#5247) 2025-07-18 00:25:12 +08:00
Archer
9860a7a978 fix default model select (#5243) 2025-07-17 18:15:04 +08:00
Finley Ge
06e708756e docs: update design plugin doc (#5241) 2025-07-17 18:05:17 +08:00
Zhuangzai fa
986daadfba add 'search' field ; update setFastGPTSem to validate input before storing. (#5230)
* Enhance WeChat login functionality

* Add inviterId

* add 'search' field ; update setFastGPTSem to validate input before storing.

* improve setFastGPTSem validation logic
2025-07-17 13:48:41 +08:00
Shiver
983137b6c5 doc: Add recommended configuration for Oceanbase deployment (#5225) 2025-07-16 17:30:14 +08:00
Finley Ge
44a474d49f feat: support signoz (#5218)
* feat: support signoz

* chore: restructure otel
2025-07-16 15:20:17 +08:00
Archer
b50c4373b3 Update doc (#5223)
* doc

* update version type
2025-07-16 15:02:21 +08:00
heheer
4816d2346b compatible with old enums\ (#5221) v4.10.1-fix 2025-07-16 14:36:27 +08:00
Archer
4275de96fd Revert "compatible with old enums (#5219)" (#5222)
This reverts commit f000fbb19d.
2025-07-16 14:35:18 +08:00
gru-agent[bot]
d102adca59 Add unit tests for user API functions in api.test.ts (#5214)
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-07-16 14:29:12 +08:00
heheer
f000fbb19d compatible with old enums (#5219)
* compatible with old enums\

* add id
2025-07-16 13:09:16 +08:00
Zhuangzai fa
4e2ab1f63b Enhance WeChat login functionality (#5213)
* Enhance WeChat login functionality

* Add inviterId
2025-07-15 17:29:36 +08:00
dingzhenznen
0c0e54cb05 fix:collection search (#5217) 2025-07-15 17:29:04 +08:00
Archer
a506f6615a update version doc (#5210) 2025-07-15 09:33:56 +08:00
Archer
885a419178 fix: ns (#5211) v4.10.1 2025-07-14 19:38:31 +08:00
dreamer6680
f648011ff0 fix: apidataset don`t support pdfEnhance (#5209)
Co-authored-by: dreamer6680 <146868355@qq.com>
2025-07-14 10:48:34 +08:00
Archer
8ff0e8bd34 update project domain (#5208) 2025-07-14 10:13:21 +08:00
Archer
1ba52d876c Update README.md (#5207) 2025-07-14 10:03:43 +08:00
Archer
dae1093139 Feat: system tool support stream response (#5206)
* Match SSE for FastGPT (#5168)

* Match SSE for FastGPT

* Modify the judgment

* Optimize logic for SSE transmission

* Refactor imports

* directly use workflowStreamResponse from props

* improve error handling and streamline onStreamData logic

* Refactor API client configuration

* perf: system tool support sse

* update doc

---------

Co-authored-by: Zhuangzai fa <143257420+ctrlz526@users.noreply.github.com>
2025-07-12 16:39:01 +08:00
Archer
b591a16399 Update 4101.md (#5204) 2025-07-12 11:26:08 +08:00
Archer
a266bba554 doc (#5203) v4.10.1-alpha 2025-07-11 17:06:33 +08:00
Archer
3a5d725efd feature: 4.10.1 (#5201)
* add dynamic inputRender (#5127)

* dynamic input component

* fix

* fix

* fix

* perf: dynamic render input

* update doc

* perf: error catch

* num input ui

* fix form render (#5177)

* perf: i18n check

* add log

* doc

* Sync dataset  (#5181)

* perf: api dataset create (#5047)

* Sync dataset (#5120)

* add

* wait

* restructure dataset sync, update types and APIs, add sync hints, and remove legacy logic

* feat: add function to retrieve real file ID from third-party doc library and rename team permission check function for clarity

* fix come console

* refactor: rename team dataset limit check functions for clarity, update API dataset sync limit usage, and rename root directory to "ROOT_FOLDER"

* frat: update sync dataset login

* fix delete.ts

* feat: update pnpm-lock.yaml to include bullmq, fix comments in api.d.ts and type.d.ts, rename API file ID field, optimize dataset sync logic, and add website sync feature with related APIs

* feat: update CollectionCard to support site dataset sync, add API root ID constant and init sync API

* feat: add RootCollectionId constant to replace hardcoded root ID

---------

Co-authored-by: dreamer6680 <146868355@qq.com>

* perf: code

* feat: update success message for dataset sync, revise related i18n texts, and optimize file selection logic (#5166)

Co-authored-by: dreamer6680 <146868355@qq.com>

* perf: select file

* Sync dataset (#5180)

* feat: update success message for dataset sync, revise related i18n texts, and optimize file selection logic

* fix: make listfile function return rawid string

---------

Co-authored-by: dreamer6680 <146868355@qq.com>

* init sh

* fix: ts

---------

Co-authored-by: dreamer6680 <1468683855@qq.com>
Co-authored-by: dreamer6680 <146868355@qq.com>

* update doc

* i18n

---------

Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: dreamer6680 <1468683855@qq.com>
Co-authored-by: dreamer6680 <146868355@qq.com>
2025-07-11 17:02:48 +08:00
gru-agent[bot]
2865419952 Add unit tests for updateTrainingData API handler and modify dataId to be optional for retrying all error data. (#5194)
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-07-10 18:28:39 +08:00
heheer
7a6a396f2a optimize ParentPaths component (#5179)
* optimize ParentPaths component

* fix dataset list diaplay

* component
2025-07-10 18:16:03 +08:00
heheer
ac493db00f fix tag manage modal scroll (#5193) 2025-07-10 18:07:57 +08:00
Zhuangzai fa
286138a454 Bing ad (#5195)
* Bing Ad

* Add msclkid parameter to login provider and registration API
2025-07-10 17:10:19 +08:00
dependabot[bot]
9b24b35695 chore(deps): bump transformers in /plugins/model/llm-Baichuan2 (#5184)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.51.0 to 4.52.1.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.51.0...v4.52.1)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.52.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 08:52:52 +08:00
SweenyYang
150e68f20a Fixed the issue where anchor (<a>) tags in reply content could not properly open links in a new tab or window. For security reasons, it is recommended to add rel="noopener" when using target="_blank" in <a> tags. (#5176)
Co-authored-by: 杨欣雨 <yangxinyu@cmdi.chinamobile.com>
2025-07-09 08:51:54 +08:00
dependabot[bot]
626ffec0ee chore(deps): bump transformers in /plugins/model/llm-ChatGLM2 (#5183)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.52.1.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.52.1)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.52.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09 08:51:03 +08:00
heheer
53bcd413b8 app detail visibility (#5178) 2025-07-08 20:34:04 +08:00
dependabot[bot]
b01506352b chore(deps): bump transformers in /plugins/model/llm-Baichuan2 (#5172)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.51.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.51.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.51.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 14:06:45 +08:00
heheer
f0ae5b14f3 echarts crush catch (#5156) 2025-07-07 10:08:24 +08:00
许宇鹏
40bc05d026 fix: update community contact method and correct typos in documentation (#5160) 2025-07-07 10:07:55 +08:00
Archer
a54fed421d Update 4101.md (#5162) 2025-07-07 09:37:06 +08:00
Archer
ea8b14cd32 fix: reference history format;perf: add error to chat log (#5153)
* perf: add error to chat log

* fix: reference history format
2025-07-04 12:12:54 +08:00
Archer
cd1d80488c update yml (#5152) 2025-07-04 10:15:03 +08:00
Archer
79ca54b3ee Update README.md (#5151) 2025-07-04 09:51:30 +08:00
Archer
e7782ff345 update doc (#5150) 2025-07-04 00:24:42 +08:00
Archer
8b0d09e241 fix: search type (#5149)
* fix: search type

* update preview
v4.10.0-fix
2025-07-04 00:13:14 +08:00
Theresa
6c00e205cd fix: typo (#5146) 2025-07-03 20:01:53 +08:00
Archer
0719d56bcc update deploy doc (#5145) 2025-07-03 16:56:07 +08:00
Archer
8d8b062e6b add max count to image import (#5144) 2025-07-03 16:48:58 +08:00
Wenhao Zhu
2078cdf040 ci: 修复镜像构建工作流 (#5074)
* ci: update fastgpt-build-image-personal

* ci: fix cache
2025-07-03 13:53:19 +08:00
Theresa
3378420e25 update yaml and yml.js (#5139)
* update: modify MINIO_HOST to accept IP or domain and comment out port exposure in docker configuration

* update: standardize MINIO_HOST format to accept IP or domain across multiple docker-compose files

* update: replace MINIO_HOST with MINIO_ENDPOINT and CUSTOM_CUSTOM_ENDPOINT in multiple docker-compose files

* update: standardize environment variable names for MinIO across multiple docker-compose files

* update: add additional MinIO environment variables for plugin service configuration in docker documentation

* update: standardize table formatting and improve MinIO configuration descriptions in docker documentation

* update: 修改 fastgpt-plugin 镜像版本为 v0.1.0

* update: 修改 fastgpt-plugin 中 MINIO_CUSTOM_ENDPOINT 的说明,添加协议前缀
2025-07-03 13:18:54 +08:00
Finley Ge
07768d1d23 docs: update plugin design doc (#5135)
* docs(plugin): add design document for plugin

* chore: move design plugin to development

* fix: remove trailing back quote

* fix: docs preview workflow

* chore: remove mermaid to fix build
2025-07-03 12:08:03 +08:00
Theresa
94b0188cfd update: modify MINIO_HOST to accept IP or domain and comment out port… (#5136)
* update: modify MINIO_HOST to accept IP or domain and comment out port exposure in docker configuration

* update: standardize MINIO_HOST format to accept IP or domain across multiple docker-compose files
2025-07-03 09:29:19 +08:00