This article records configuration and changes from a historical FastGPT release. Use it to understand that release, and consult the release notes for your installed and target versions before applying dependencies, configuration, or migration steps.
FastGPT v4.6.7 Release Overview
This document covers all official changes included in the FastGPT 4.6.7 self-hosted release, tailored for technical engineers and decisionmakers responsible for deploying or maintaining FastGPT instances. All details below are sourced directly from the official v4.6.7 release notes.
Key Feature Additions and Optimizations
This release includes several targeted improvements to core FastGPT functionality:
- Dataset Interface Overhaul: A fully redesigned dataset management UI with an updated import workflow to simplify dataset configuration.
- Indexing Performance Improvements: Optimized indexing logic for both dataset documents and chat conversation data to streamline retrieval and response processing.
- Dataset Management OpenAPI: Added official programmatic access to manage datasets via API; full endpoint specifications, authentication requirements, and usage examples are available in the Dataset OpenAPI documentation.
- Input Variable Hints: New in-app suggestion functionality displays available variables immediately after typing the
{character in supported input fields. Per community feedback on advanced orchestration workflows, a future February release will expand variable support to include node-scoped local variables and additional global variables. - Persistent Team Selection: Updated team switching behavior to save your selected team, ensuring automatic login to the chosen team on subsequent site visits.
Step-by-Step: Using Input Variable Hints
To utilize the new variable suggestion feature:
- Navigate to any input field configured to support workflow variables within your FastGPT instance.
- Type the opening brace character
{to trigger the built-in variable suggestion menu. - Browse or search the displayed list of available variables, then select the desired entry to auto-insert it into the input field.
Resolved Bug Fixes
This release addresses two critical reported issues:
- Fixed chatId conflict errors that occurred when initiating or managing conversations via the FastGPT API.
- Resolved potential
window.onLoadevent conflicts that arose when embedding FastGPT within an external iframe.