mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-27 02:08:10 +08:00
87b0bca30c
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
19 lines
717 B
Plaintext
19 lines
717 B
Plaintext
---
|
|
title: V4.8.3
|
|
description: FastGPT V4.8.3 Release Notes
|
|
---
|
|
|
|
## Upgrade Guide
|
|
|
|
- Update the fastgpt image tag to v4.8.3
|
|
- Update the fastgpt-sandbox image tag to v4.8.3
|
|
- Update the commercial edition image tag to v4.8.3
|
|
|
|
## V4.8.3 Release Notes
|
|
|
|
1. New - Milvus database support. See the latest [docker-compose-milvus.yml](https://github.com/labring/FastGPT/blob/main/deploy/docker/docker-compose-milvus.yml) for reference.
|
|
2. New - Added logging for empty answers in the chat API to help troubleshoot model issues.
|
|
3. New - If/Else conditional node now supports regex for string matching.
|
|
4. New - Code execution node now supports console.log for debug output.
|
|
5. Fixed - Variable update failing in Debug mode.
|