v0.25.4
infiniflow/ragflowv0.25.4May 14, 2026by github-actions[bot]
AI Summary
Introduces a generic RESTful API data source connector, adds agent tag management with filtering and sorting, and enables widget customization and persistence. Adds gpt-5.4-mini and gpt-5.4-nano to the model list.
Key Highlights
- Generic RESTful API data source connector
- Agent tag management with filtering and sorting
- Widget customization and persistence
- gpt-5.4-mini and gpt-5.4-nano models
New Features
- Generic API connector
- Agent tag management
- Widget customization
- gpt-5.4 models
Full Release Notes
## Summary ### New features - Adds a generic, configuration-driven RESTful API data source connector. ### Improvements - Agent tag management with filtering and sorting. - Widget customization and persistence. ### Model support - Adds gpt-5.4-mini and gpt-5.4-nano to the OpenAI model list ### Bug fixes Fixed dataset document download route. ## What's Changed * Feature/generic api connector by @ahmadintisar in https://github.com/infiniflow/ragflow/pull/13545 * fix: use context manager for pdfplumber to prevent resource leak by @gambletan in https://github.com/infiniflow/ragflow/pull/13512 * Add widget customization and persistence by @47NoahThompson in https://github.com/infiniflow/ragflow/pull/14603 * Docs: Editorial updates to the v0.25.3 release notes draft. by @writinwaters in https://github.com/infiniflow/ragflow/pull/14903 * feat: add tag management for Agents with filtering and sorting (#14774) by @plind-junior in https://github.com/infiniflow/ragflow/pull/14799 * Go: implement provider: Voyage AI by @tmimmanuel in https://github.com/infiniflow/ragflow/pull/14811 * Fix doc format by @yingfeng in https://github.com/infiniflow/ragflow/pull/14909 * Adds gpt-5.4-mini and gpt-5.4-nano by @sirj0k3r in https://github.com/infiniflow/ragflow/pull/14908 * Docs: Finalized v0.25.3 release notes by @writinwaters in https://github.com/infiniflow/ragflow/pull/14913 * Fix: dataset document download route by @buua436 in https://github.com/infiniflow/ragflow/pull/14910 * Docs: Update version references to v0.25.4 in READMEs and docs by @asiroliu in https://github.com/infiniflow/ragflow/pull/14912 * Docs: Added v0.25.4 release notes draft. by @writinwaters in https://github.com/infiniflow/ragflow/pull/14914 ## New Contributors * @47NoahThompson made their first contribution in https://github.com/infiniflow/ragflow/pull/14603 * @plind-junior made their first contribution in https://github.com/infiniflow/ragflow/pull/14799 * @sirj0k3r made their first contribution in https://github.com/infiniflow/ragflow/pull/14908 **Full Changelog**: https://github.com/infiniflow/ragflow/compare/v0.25.3...v0.25.4