v4.14.6.1

labring/FastGPTv4.14.6.1Feb 4, 2026by c121914yu

AI Summary

Quick patch release fixing nullish tag schema issues and adding vector database integration tests.

Key Highlights

  • Fixed nullish tag schema causing system plugin fetch failure
  • Added vector database integration tests
  • API knowledge base compatible with empty filename to prevent import failure
  • Unified sandbox adapter architecture

New Features

  • Vector database integration tests
  • Fallback filename for API document imports

Full Release Notes

## 变更说明
1. 过滤空tag导致的获取系统插件失败
2. 增加向量数据库集成测试
3. API知识库兼容空文件名,防止导入失败

## What's Changed
* fix: nullish tag schema by @xqvvu in https://github.com/labring/FastGPT/pull/6365
* feat: vector integrationTest;feat: ob quantization by @c121914yu in https://github.com/labring/FastGPT/pull/6366
* feat(sandbox): introduce unified sandbox adapter architecture by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6362
* fix: set fallback file name while import documents from other api server by @xqvvu in https://github.com/labring/FastGPT/pull/6372

## New Contributors
* @ctlaltlaltc made their first contribution in https://github.com/labring/FastGPT/pull/6362

**Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.6...v4.14.6.1