<4.12.0
V4.9.10
FastGPT V4.9.10 Release Notes
Upgrade Guide
Important: This update rebuilds the full-text index. During the rebuild, full-text search results will be empty. On a 4c16g instance, rebuilding approximately 7 million full-text indexes takes about 25 minutes. For a seamless upgrade, you'll need to handle table synchronization yourself.
1. Back Up Your Data
2. Update Image Tags
- Update FastGPT image tag: v4.9.10-fix2
- Update FastGPT Pro image tag: v4.9.10-fix2
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
New Features
- Support for setting the
systemEnv.hnswMaxScanTuplesparameter in PG to increase the total data volume for iterative search. - Knowledge base preprocessing now includes a "Chunk Conditions" parameter to control when chunking should be skipped.
- Knowledge base preprocessing now includes a "Paragraph Priority" mode with configurable maximum paragraph depth. The previous "Length Priority" mode no longer includes embedded paragraph priority logic.
- Workflow adjusted to single-direction input/output connections, with quick "add next node" support.
- Lark and Yuque knowledge bases are now available in the Community Edition.
- Latest Gemini and Claude model presets.
Improvements
- Increased default timeout for LLM stream calls.
- Various confirmation dialog UI improvements.
- Renamed the knowledge base "Table Dataset" to "Backup Import". Also added support for exporting and importing knowledge base indexes.
- Knowledge base citation limit in workflows: if no related AI nodes exist in the workflow, the interaction mode switches to manual input only, with a limit of 10 million.
- Mobile voice input now accurately detects whether the device is a phone rather than just a small screen.
- Optimized context truncation algorithm to always preserve at least one Human message.
Bug Fixes
- Incorrect score sorting during full-text search across multiple knowledge bases.
- Stream response potentially capturing incorrect
finish_reasonvalues. - Tool call mode not saving reasoning output.
- Knowledge base
indexSizeparameter not taking effect. - Incorrect preview citations and context after 2 levels of workflow nesting.
- Extra leading space when converting xlsx to Markdown.
- Base64 images in Markdown files not being extracted and saved during file reading.
Edit on GitHub
File Updated