Skip to content

v0.18.0

Compare
Choose a tag to compare
@KevinHuSh KevinHuSh released this 23 Apr 06:12
· 865 commits to main since this release
94181a9

Release v0.18.0 created from 94181a9 at 2025-04-23 14:11:59+08:00

New features

  • MCP server: enables access to RAGFlow's knowledge bases via MCP.
  • DeepDoc supports adopting VLM model as a processing pipeline during document layout recognition, enabling in-depth analysis of images in PDFs.
  • Agent version control: all updates are continuously logged and can be rolled back to a previous version via export.
  • Team collaboration: Agents can be shared with team members.
  • OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
  • User registration control: administrators can enable or disable user registration through an environment variable.

Improvements

  • Enhanced answer referencing: Citation accuracy in generated responses is improved.
  • Enhanced question-answering experience: users can now manually stop streaming output during a conversation.

Compatibility changes

  • From this release on wards, built-in re-rank models have been removed because they have minimal impact on retrieval rates but significantly increase retrieval time.

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.18.0