- 16 Jul, 2025 2 commits
-
-
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
gru-agent[bot] committed -
* compatible with old enums\ * add id
heheer committed
-
- 15 Jul, 2025 3 commits
-
-
* Enhance WeChat login functionality * Add inviterId
Zhuangzai fa committed -
dingzhenznen committed
-
Archer committed
-
- 14 Jul, 2025 4 commits
-
-
Archer committed
-
Co-authored-by: dreamer6680 <146868355@qq.com>
dreamer6680 committed -
Archer committed
-
Archer committed
-
- 12 Jul, 2025 2 commits
-
-
* 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>
Archer committed -
Archer committed
-
- 11 Jul, 2025 2 commits
-
-
Archer committed
-
* 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>
Archer committed
-
- 10 Jul, 2025 4 commits
-
-
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>
gru-agent[bot] committed -
* optimize ParentPaths component * fix dataset list diaplay * component
heheer committed -
heheer committed
-
* Bing Ad * Add msclkid parameter to login provider and registration API
Zhuangzai fa committed
-
- 09 Jul, 2025 3 commits
-
-
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>
dependabot[bot] committed -
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>
SweenyYang committed -
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>
dependabot[bot] committed
-
- 08 Jul, 2025 2 commits
-
-
heheer committed
-
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>
dependabot[bot] committed
-
- 07 Jul, 2025 3 commits
- 04 Jul, 2025 3 commits
- 03 Jul, 2025 9 commits
-
-
Archer committed
-
* fix: search type * update preview
Archer committed -
Theresa committed
-
Archer committed
-
Archer committed
-
* ci: update fastgpt-build-image-personal * ci: fix cache
Wenhao Zhu committed -
* 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 的说明,添加协议前缀
Theresa committed -
* 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
Finley Ge committed -
* 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
Theresa committed
-
- 02 Jul, 2025 3 commits