Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

release_notes.md 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. ---
  2. sidebar_position: 2
  3. slug: /release_notes
  4. ---
  5. # Releases
  6. Key features, improvements and bug fixes in the latest releases.
  7. :::info
  8. Each RAGFlow release is available in two editions:
  9. - **Slim edition**: excludes built-in embedding models and is identified by a **-slim** suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1-slim`
  10. - **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1`
  11. :::
  12. :::danger IMPORTANT
  13. The embedding models included in a full edition are:
  14. - BAAI/bge-large-zh-v1.5
  15. - maidalun1020/bce-embedding-base_v1
  16. These two embedding models are optimized specifically for English and Chinese, so performance may be compromised if you use them to embed documents in other languages.
  17. :::
  18. ## v0.20.0
  19. Released on August 4, 2025.
  20. ### Compatibility changes
  21. From v0.20.0 onwards, Agents are no longer compatible with earlier versions, and all existing Agents from previous versions must be rebuilt following the upgrade.
  22. ### New features
  23. - Unified orchestration of both Agents and Workflows.
  24. - A comprehensive refactor of the Agent, greatly enhancing its capabilities and usability, with support for Multi-Agent configurations, planning and reflection, and visual functionalities.
  25. - Fully implemented MCP functionality, allowing for MCP Server import, Agents functioning as MCP Clients, and RAGFlow itself operating as an MCP Server.
  26. - Access to runtime logs for Agents.
  27. - Chat histories with Agents available through the management panel.
  28. - Integration of a new, more robust version of Infinity, enabling the auto-tagging functionality with Infinity as the underlying document engine.
  29. - An OpenAI-compatible API that supports file reference information.
  30. - Support for new embedding models, including Kimi K2, Grok 4, and Voyage.
  31. - RAGFlow’s codebase is now mirrored on Gitee.
  32. - Introduction of a new model provider, Gitee AI.
  33. ### New agent templates introduced
  34. - Multi-Agent based Deep Research: Collaborative Agent teamwork led by a Lead Agent with multiple Subagents, distinct from traditional workflow orchestration.
  35. - An intelligent Q&A chatbot leveraging internal knowledge bases, designed for customer service and training scenarios.
  36. - A resume analysis template used by the RAGFlow team to screen, analyze, and record candidate information.
  37. - A blog generation workflow that transforms raw ideas into SEO-friendly blog content.
  38. - An intelligent customer service workflow.
  39. - A user feedback analysis template that directs user feedback to appropriate teams through semantic analysis.
  40. - Trip Planner: Uses web search and map MCP servers to assist with travel planning.
  41. - Image Lingo: Translates content from uploaded photos.
  42. - An information search assistant that retrieves answers from both internal knowledge bases and the web.
  43. ## v0.19.1
  44. Released on June 23, 2025.
  45. ### Fixed issues
  46. - A memory leak issue during high-concurrency requests.
  47. - Large file parsing freezes when GraphRAG entity resolution is enabled. [#8223](https://github.com/infiniflow/ragflow/pull/8223)
  48. - A context error occurring when using Sandbox in standalone mode. [#8340](https://github.com/infiniflow/ragflow/pull/8340)
  49. - An excessive CPU usage issue caused by Ollama. [#8216](https://github.com/infiniflow/ragflow/pull/8216)
  50. - A bug in the Code Component. [#7949](https://github.com/infiniflow/ragflow/pull/7949)
  51. - Added support for models installed via Ollama or VLLM when creating a knowledge base through the API. [#8069](https://github.com/infiniflow/ragflow/pull/8069)
  52. - Enabled role-based authentication for S3 bucket access. [#8149](https://github.com/infiniflow/ragflow/pull/8149)
  53. ### Added models
  54. - Qwen 3 Embedding. [#8184](https://github.com/infiniflow/ragflow/pull/8184)
  55. - Voyage Multimodal 3. [#7987](https://github.com/infiniflow/ragflow/pull/7987)
  56. ## v0.19.0
  57. Released on May 26, 2025.
  58. ### New features
  59. - [Cross-language search](./references/glossary.mdx#cross-language-search) is supported in the Knowledge and Chat modules, enhancing search accuracy and user experience in multilingual environments, such as in Chinese-English knowledge bases.
  60. - Agent component: A new Code component supports Python and JavaScript scripts, enabling developers to handle more complex tasks like dynamic data processing.
  61. - Enhanced image display: Images in Chat and Search now render directly within responses, rather than as external references. Knowledge retrieval testing can retrieve images directly, instead of texts extracted from images.
  62. - Claude 4 and ChatGPT o3: Developers can now use the newly released, most advanced Claude model and OpenAI’s latest ChatGPT o3 inference model.
  63. > The following features have been contributed by our community:
  64. - Agent component: Enables tool calling within the Generate Component. Thanks to [notsyncing](https://github.com/notsyncing).
  65. - Markdown rendering: Image references in a markdown file can be displayed after chunking. Thanks to [Woody-Hu](https://github.com/Woody-Hu).
  66. - Document engine support: OpenSearch can now be used as RAGFlow's document engine. Thanks to [pyyuhao](https://github.com/pyyuhao).
  67. ### Documentation
  68. #### Added documents
  69. - [Select PDF parser](./guides/dataset/select_pdf_parser.md)
  70. - [Enable Excel2HTML](./guides/dataset/enable_excel2html.md)
  71. - [Code component](./guides/agent/agent_component_reference/code.mdx)
  72. ## v0.18.0
  73. Released on April 23, 2025.
  74. ### Compatibility changes
  75. From this release onwards, built-in rerank models have been removed because they have minimal impact on retrieval rates but significantly increase retrieval time.
  76. ### New features
  77. - MCP server: enables access to RAGFlow's knowledge bases via MCP.
  78. - DeepDoc supports adopting VLM model as a processing pipeline during document layout recognition, enabling in-depth analysis of images in PDF and DOCX files.
  79. - OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
  80. - User registration control: administrators can enable or disable user registration through an environment variable.
  81. - Team collaboration: Agents can be shared with team members.
  82. - Agent version control: all updates are continuously logged and can be rolled back to a previous version via export.
  83. ![export_agent](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/export_agent_as_json.jpg)
  84. ### Improvements
  85. - Enhanced answer referencing: Citation accuracy in generated responses is improved.
  86. - Enhanced question-answering experience: users can now manually stop streaming output during a conversation.
  87. ### Documentation
  88. #### Added documents
  89. - [Set page rank](./guides/dataset/set_page_rank.md)
  90. - [Enable RAPTOR](./guides/dataset/enable_raptor.md)
  91. - [Set variables for your chat assistant](./guides/chat/set_chat_variables.md)
  92. - [Launch RAGFlow MCP server](./develop/mcp/launch_mcp_server.md)
  93. ## v0.17.2
  94. Released on March 13, 2025.
  95. ### Compatibility changes
  96. - Removes the **Max_tokens** setting from **Chat configuration**.
  97. - Removes the **Max_tokens** setting from **Generate**, **Rewrite**, **Categorize**, **Keyword** agent components.
  98. From this release onwards, if you still see RAGFlow's responses being cut short or truncated, check the **Max_tokens** setting of your model provider.
  99. ### Improvements
  100. - Adds OpenAI-compatible APIs.
  101. - Introduces a German user interface.
  102. - Accelerates knowledge graph extraction.
  103. - Enables Tavily-based web search in the **Retrieval** agent component.
  104. - Adds Tongyi-Qianwen QwQ models (OpenAI-compatible).
  105. - Supports CSV files in the **General** chunking method.
  106. ### Fixed issues
  107. - Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
  108. ### Related APIs
  109. #### HTTP APIs
  110. - [Create chat completion](./references/http_api_reference.md#openai-compatible-api)
  111. #### Python APIs
  112. - [Create chat completion](./references/python_api_reference.md#openai-compatible-api)
  113. ## v0.17.1
  114. Released on March 11, 2025.
  115. ### Improvements
  116. - Improves English tokenization quality.
  117. - Improves the table extraction logic in Markdown document parsing.
  118. - Updates SiliconFlow's model list.
  119. - Supports parsing XLS files (Excel 97-2003) with improved corresponding error handling.
  120. - Supports Huggingface rerank models.
  121. - Enables relative time expressions ("now", "yesterday", "last week", "next year", and more) in chat assistant and the **Rewrite** agent component.
  122. ### Fixed issues
  123. - A repetitive knowledge graph extraction issue.
  124. - Issues with API calling.
  125. - Options in the **PDF parser**, aka **Document parser**, dropdown are missing.
  126. - A Tavily web search issue.
  127. - Unable to preview diagrams or images in an AI chat.
  128. ### Documentation
  129. #### Added documents
  130. - [Use tag set](./guides/dataset/use_tag_sets.md)
  131. ## v0.17.0
  132. Released on March 3, 2025.
  133. ### New features
  134. - AI chat: Implements Deep Research for agentic reasoning. To activate this, enable the **Reasoning** toggle under the **Prompt engine** tab of your chat assistant dialogue.
  135. - AI chat: Leverages Tavily-based web search to enhance contexts in agentic reasoning. To activate this, enter the correct Tavily API key under the **Assistant settings** tab of your chat assistant dialogue.
  136. - AI chat: Supports starting a chat without specifying knowledge bases.
  137. - AI chat: HTML files can also be previewed and referenced, in addition to PDF files.
  138. - Dataset: Adds a **PDF parser**, aka **Document parser**, dropdown menu to dataset configurations. This includes a DeepDoc model option, which is time-consuming, a much faster **naive** option (plain text), which skips DLA (Document Layout Analysis), OCR (Optical Character Recognition), and TSR (Table Structure Recognition) tasks, and several currently *experimental* large model options. See [here](./guides/dataset/select_pdf_parser.md).
  139. - Agent component: **(x)** or a forward slash `/` can be used to insert available keys (variables) in the system prompt field of the **Generate** or **Template** component.
  140. - Object storage: Supports using Aliyun OSS (Object Storage Service) as a file storage option.
  141. - Models: Updates the supported model list for Tongyi-Qianwen (Qwen), adding DeepSeek-specific models; adds ModelScope as a model provider.
  142. - APIs: Document metadata can be updated through an API.
  143. The following diagram illustrates the workflow of RAGFlow's Deep Research:
  144. ![Image](https://github.com/user-attachments/assets/f65d4759-4f09-4d9d-9549-c0e1fe907525)
  145. The following is a screenshot of a conversation that integrates Deep Research:
  146. ![Image](https://github.com/user-attachments/assets/165b88ff-1f5d-4fb8-90e2-c836b25e32e9)
  147. ### Related APIs
  148. #### HTTP APIs
  149. Adds a body parameter `"meta_fields"` to the [Update document](./references/http_api_reference.md#update-document) method.
  150. #### Python APIs
  151. Adds a key option `"meta_fields"` to the [Update document](./references/python_api_reference.md#update-document) method.
  152. ### Documentation
  153. #### Added documents
  154. - [Run retrieval test](./guides/dataset/run_retrieval_test.md)
  155. ## v0.16.0
  156. Released on February 6, 2025.
  157. ### New features
  158. - Supports DeepSeek R1 and DeepSeek V3.
  159. - GraphRAG refactor: Knowledge graph is dynamically built on an entire knowledge base (dataset) rather than on an individual file, and automatically updated when a newly uploaded file starts parsing. See [here](https://ragflow.io/docs/dev/construct_knowledge_graph).
  160. - Adds an **Iteration** agent component and a **Research report generator** agent template. See [here](./guides/agent/agent_component_reference/iteration.mdx).
  161. - New UI language: Portuguese.
  162. - Allows setting metadata for a specific file in a knowledge base to enhance AI-powered chats. See [here](./guides/dataset/set_metadata.md).
  163. - Upgrades RAGFlow's document engine [Infinity](https://github.com/infiniflow/infinity) to v0.6.0.dev3.
  164. - Supports GPU acceleration for DeepDoc (see [docker-compose-gpu.yml](https://github.com/infiniflow/ragflow/blob/main/docker/docker-compose-gpu.yml)).
  165. - Supports creating and referencing a **Tag** knowledge base as a key milestone towards bridging the semantic gap between query and response.
  166. :::danger IMPORTANT
  167. The **Tag knowledge base** feature is *unavailable* on the [Infinity](https://github.com/infiniflow/infinity) document engine.
  168. :::
  169. ### Documentation
  170. #### Added documents
  171. - [Construct knowledge graph](./guides/dataset/construct_knowledge_graph.md)
  172. - [Set metadata](./guides/dataset/set_metadata.md)
  173. - [Begin component](./guides/agent/agent_component_reference/begin.mdx)
  174. - [Generate component](./guides/agent/agent_component_reference/generate.mdx)
  175. - [Interact component](./guides/agent/agent_component_reference/interact.mdx)
  176. - [Retrieval component](./guides/agent/agent_component_reference/retrieval.mdx)
  177. - [Categorize component](./guides/agent/agent_component_reference/categorize.mdx)
  178. - [Keyword component](./guides/agent/agent_component_reference/keyword.mdx)
  179. - [Message component](./guides/agent/agent_component_reference/message.mdx)
  180. - [Rewrite component](./guides/agent/agent_component_reference/rewrite.mdx)
  181. - [Switch component](./guides/agent/agent_component_reference/switch.mdx)
  182. - [Concentrator component](./guides/agent/agent_component_reference/concentrator.mdx)
  183. - [Template component](./guides/agent/agent_component_reference/template.mdx)
  184. - [Iteration component](./guides/agent/agent_component_reference/iteration.mdx)
  185. - [Note component](./guides/agent/agent_component_reference/note.mdx)
  186. ## v0.15.1
  187. Released on December 25, 2024.
  188. ### Upgrades
  189. - Upgrades RAGFlow's document engine [Infinity](https://github.com/infiniflow/infinity) to v0.5.2.
  190. - Enhances the log display of document parsing status.
  191. ### Fixed issues
  192. This release fixes the following issues:
  193. - The `SCORE not found` and `position_int` errors returned by [Infinity](https://github.com/infiniflow/infinity).
  194. - Once an embedding model in a specific knowledge base is changed, embedding models in other knowledge bases can no longer be changed.
  195. - Slow response in question-answering and AI search due to repetitive loading of the embedding model.
  196. - Fails to parse documents with RAPTOR.
  197. - Using the **Table** parsing method results in information loss.
  198. - Miscellaneous API issues.
  199. ### Related APIs
  200. #### HTTP APIs
  201. Adds an optional parameter `"user_id"` to the following APIs:
  202. - [Create session with chat assistant](https://ragflow.io/docs/dev/http_api_reference#create-session-with-chat-assistant)
  203. - [Update chat assistant's session](https://ragflow.io/docs/dev/http_api_reference#update-chat-assistants-session)
  204. - [List chat assistant's sessions](https://ragflow.io/docs/dev/http_api_reference#list-chat-assistants-sessions)
  205. - [Create session with agent](https://ragflow.io/docs/dev/http_api_reference#create-session-with-agent)
  206. - [Converse with chat assistant](https://ragflow.io/docs/dev/http_api_reference#converse-with-chat-assistant)
  207. - [Converse with agent](https://ragflow.io/docs/dev/http_api_reference#converse-with-agent)
  208. - [List agent sessions](https://ragflow.io/docs/dev/http_api_reference#list-agent-sessions)
  209. ## v0.15.0
  210. Released on December 18, 2024.
  211. ### New features
  212. - Introduces additional Agent-specific APIs.
  213. - Supports using page rank score to improve retrieval performance when searching across multiple knowledge bases.
  214. - Offers an iframe in Chat and Agent to facilitate the integration of RAGFlow into your webpage.
  215. - Adds a Helm chart for deploying RAGFlow on Kubernetes.
  216. - Supports importing or exporting an agent in JSON format.
  217. - Supports step run for Agent components/tools.
  218. - Adds a new UI language: Japanese.
  219. - Supports resuming GraphRAG and RAPTOR from a failure, enhancing task management resilience.
  220. - Adds more Mistral models.
  221. - Adds a dark mode to the UI, allowing users to toggle between light and dark themes.
  222. ### Improvements
  223. - Upgrades the Document Layout Analysis model in DeepDoc.
  224. - Significantly enhances the retrieval performance when using [Infinity](https://github.com/infiniflow/infinity) as document engine.
  225. ### Related APIs
  226. #### HTTP APIs
  227. - [List agent sessions](https://ragflow.io/docs/dev/http_api_reference#list-agent-sessions)
  228. - [List agents](https://ragflow.io/docs/dev/http_api_reference#list-agents)
  229. #### Python APIs
  230. - [List agent sessions](https://ragflow.io/docs/dev/python_api_reference#list-agent-sessions)
  231. - [List agents](https://ragflow.io/docs/dev/python_api_reference#list-agents)
  232. ## v0.14.1
  233. Released on November 29, 2024.
  234. ### Improvements
  235. Adds [Infinity's configuration file](https://github.com/infiniflow/ragflow/blob/main/docker/infinity_conf.toml) to facilitate integration and customization of [Infinity](https://github.com/infiniflow/infinity) as a document engine. From this release onwards, updates to Infinity's configuration can be made directly within RAGFlow and will take effect immediately after restarting RAGFlow using `docker compose`. [#3715](https://github.com/infiniflow/ragflow/pull/3715)
  236. ### Fixed issues
  237. This release fixes the following issues:
  238. - Unable to display or edit content of a chunk after clicking it.
  239. - A `'Not found'` error in Elasticsearch.
  240. - Chinese text becoming garbled during parsing.
  241. - A compatibility issue with Polars.
  242. - A compatibility issue between Infinity and GraphRAG.
  243. ## v0.14.0
  244. Released on November 26, 2024.
  245. ### New features
  246. - Supports [Infinity](https://github.com/infiniflow/infinity) or Elasticsearch (default) as document engine for vector storage and full-text indexing. [#2894](https://github.com/infiniflow/ragflow/pull/2894)
  247. - Enhances user experience by adding more variables to the Agent and implementing auto-saving.
  248. - Adds a three-step translation agent template, inspired by [Andrew Ng's translation agent](https://github.com/andrewyng/translation-agent).
  249. - Adds an SEO-optimized blog writing agent template.
  250. - Provides HTTP and Python APIs for conversing with an agent.
  251. - Supports the use of English synonyms during retrieval processes.
  252. - Optimizes term weight calculations, reducing the retrieval time by 50%.
  253. - Improves task executor monitoring with additional performance indicators.
  254. - Replaces Redis with Valkey.
  255. - Adds three new UI languages (*contributed by the community*): Indonesian, Spanish, and Vietnamese.
  256. ### Compatibility changes
  257. From this release onwards, **service_config.yaml.template** replaces **service_config.yaml** for configuring backend services. Upon Docker container startup, the environment variables defined in this template file are automatically populated and a **service_config.yaml** is auto-generated from it. [#3341](https://github.com/infiniflow/ragflow/pull/3341)
  258. This approach eliminates the need to manually update **service_config.yaml** after making changes to **.env**, facilitating dynamic environment configurations.
  259. :::danger IMPORTANT
  260. Ensure that you [upgrade **both** your code **and** Docker image to this release](https://ragflow.io/docs/dev/upgrade_ragflow#upgrade-ragflow-to-the-most-recent-officially-published-release) before trying this new approach.
  261. :::
  262. ### Related APIs
  263. #### HTTP APIs
  264. - [Create session with agent](https://ragflow.io/docs/dev/http_api_reference#create-session-with-agent)
  265. - [Converse with agent](https://ragflow.io/docs/dev/http_api_reference#converse-with-agent)
  266. #### Python APIs
  267. - [Create session with agent](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent)
  268. - [Converse with agent](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent)
  269. ### Documentation
  270. #### Added documents
  271. - [Configurations](https://ragflow.io/docs/dev/configurations)
  272. - [Manage team members](./guides/team/manage_team_members.md)
  273. - [Run health check on RAGFlow's dependencies](https://ragflow.io/docs/dev/run_health_check)
  274. ## v0.13.0
  275. Released on October 31, 2024.
  276. ### New features
  277. - Adds the team management functionality for all users.
  278. - Updates the Agent UI to improve usability.
  279. - Adds support for Markdown chunking in the **General** chunking method.
  280. - Introduces an **invoke** tool within the Agent UI.
  281. - Integrates support for Dify's knowledge base API.
  282. - Adds support for GLM4-9B and Yi-Lightning models.
  283. - Introduces HTTP and Python APIs for dataset management, file management within dataset, and chat assistant management.
  284. :::tip NOTE
  285. To download RAGFlow's Python SDK:
  286. ```bash
  287. pip install ragflow-sdk==0.13.0
  288. ```
  289. :::
  290. ### Documentation
  291. #### Added documents
  292. - [Acquire a RAGFlow API key](./develop/acquire_ragflow_api_key.md)
  293. - [HTTP API Reference](./references/http_api_reference.md)
  294. - [Python API Reference](./references/python_api_reference.md)
  295. ## v0.12.0
  296. Released on September 30, 2024.
  297. ### New features
  298. - Offers slim editions of RAGFlow's Docker images, which do not include built-in BGE/BCE embedding or reranking models.
  299. - Improves the results of multi-round dialogues.
  300. - Enables users to remove added LLM vendors.
  301. - Adds support for **OpenTTS** and **SparkTTS** models.
  302. - Implements an **Excel to HTML** toggle in the **General** chunking method, allowing users to parse a spreadsheet into either HTML tables or key-value pairs by row.
  303. - Adds agent tools **YahooFinance** and **Jin10**.
  304. - Adds an investment advisor agent template.
  305. ### Compatibility changes
  306. From this release onwards, RAGFlow offers slim editions of its Docker images to improve the experience for users with limited Internet access. A slim edition of RAGFlow's Docker image does not include built-in BGE/BCE embedding models and has a size of about 1GB; a full edition of RAGFlow is approximately 9GB and includes both built-in embedding models and embedding models that will be downloaded once you select them in the RAGFlow UI.
  307. The default Docker image edition is `nightly-slim`. The following list clarifies the differences between various editions:
  308. - `nightly-slim`: The slim edition of the most recent tested Docker image.
  309. - `v0.12.0-slim`: The slim edition of the most recent **officially released** Docker image.
  310. - `nightly`: The full edition of the most recent tested Docker image.
  311. - `v0.12.0`: The full edition of the most recent **officially released** Docker image.
  312. See [Upgrade RAGFlow](https://ragflow.io/docs/dev/upgrade_ragflow) for instructions on upgrading.
  313. ### Documentation
  314. #### Added documents
  315. - [Upgrade RAGFlow](https://ragflow.io/docs/dev/upgrade_ragflow)
  316. ## v0.11.0
  317. Released on September 14, 2024.
  318. ### New features
  319. - Introduces an AI search interface within the RAGFlow UI.
  320. - Supports audio output via **FishAudio** or **Tongyi Qwen TTS**.
  321. - Allows the use of Postgres for metadata storage, in addition to MySQL.
  322. - Supports object storage options with S3 or Azure Blob.
  323. - Supports model vendors: **Anthropic**, **Voyage AI**, and **Google Cloud**.
  324. - Supports the use of **Tencent Cloud ASR** for audio content recognition.
  325. - Adds finance-specific agent components: **WenCai**, **AkShare**, **YahooFinance**, and **TuShare**.
  326. - Adds a medical consultant agent template.
  327. - Supports running retrieval benchmarking on the following datasets:
  328. - [ms_marco_v1.1](https://huggingface.co/datasets/microsoft/ms_marco)
  329. - [trivia_qa](https://huggingface.co/datasets/mandarjoshi/trivia_qa)
  330. - [miracl](https://huggingface.co/datasets/miracl/miracl)
  331. ## v0.10.0
  332. Released on August 26, 2024.
  333. ### New features
  334. - Introduces a text-to-SQL template in the Agent UI.
  335. - Implements Agent APIs.
  336. - Incorporates monitoring for the task executor.
  337. - Introduces Agent tools **GitHub**, **DeepL**, **BaiduFanyi**, **QWeather**, and **GoogleScholar**.
  338. - Supports chunking of EML files.
  339. - Supports more LLMs or model services: **GPT-4o-mini**, **PerfXCloud**, **TogetherAI**, **Upstage**, **Novita AI**, **01.AI**, **SiliconFlow**, **PPIO**, **XunFei Spark**, **Baidu Yiyan**, and **Tencent Hunyuan**.
  340. ## v0.9.0
  341. Released on August 6, 2024.
  342. ### New features
  343. - Supports GraphRAG as a chunking method.
  344. - Introduces Agent component **Keyword** and search tools, including **Baidu**, **DuckDuckGo**, **PubMed**, **Wikipedia**, **Bing**, and **Google**.
  345. - Supports speech-to-text recognition for audio files.
  346. - Supports model vendors **Gemini** and **Groq**.
  347. - Supports inference frameworks, engines, and services including **LM studio**, **OpenRouter**, **LocalAI**, and **Nvidia API**.
  348. - Supports using reranker models in Xinference.
  349. ## v0.8.0
  350. Released on July 8, 2024.
  351. ### New features
  352. - Supports Agentic RAG, enabling graph-based workflow construction for RAG and agents.
  353. - Supports model vendors **Mistral**, **MiniMax**, **Bedrock**, and **Azure OpenAI**.
  354. - Supports DOCX files in the MANUAL chunking method.
  355. - Supports DOCX, MD, and PDF files in the Q&A chunking method.
  356. ## v0.7.0
  357. Released on May 31, 2024.
  358. ### New features
  359. - Supports the use of reranker models.
  360. - Integrates reranker and embedding models: [BCE](https://github.com/netease-youdao/BCEmbedding), [BGE](https://github.com/FlagOpen/FlagEmbedding), and [Jina](https://jina.ai/embeddings/).
  361. - Supports LLMs Baichuan and VolcanoArk.
  362. - Implements [RAPTOR](https://arxiv.org/html/2401.18059v1) for improved text retrieval.
  363. - Supports HTML files in the GENERAL chunking method.
  364. - Provides HTTP and Python APIs for deleting documents by ID.
  365. - Supports ARM64 platforms.
  366. :::danger IMPORTANT
  367. While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM.
  368. If you are on an ARM platform, follow [this guide](./develop/build_docker_image.mdx) to build a RAGFlow Docker image.
  369. :::
  370. ### Related APIs
  371. #### HTTP API
  372. - [Delete documents](https://ragflow.io/docs/dev/http_api_reference#delete-documents)
  373. #### Python API
  374. - [Delete documents](https://ragflow.io/docs/dev/python_api_reference#delete-documents)
  375. ## v0.6.0
  376. Released on May 21, 2024.
  377. ### New features
  378. - Supports streaming output.
  379. - Provides HTTP and Python APIs for retrieving document chunks.
  380. - Supports monitoring of system components, including Elasticsearch, MySQL, Redis, and MinIO.
  381. - Supports disabling **Layout Recognition** in the GENERAL chunking method to reduce file chunking time.
  382. ### Related APIs
  383. #### HTTP API
  384. - [Retrieve chunks](https://ragflow.io/docs/dev/http_api_reference#retrieve-chunks)
  385. #### Python API
  386. - [Retrieve chunks](https://ragflow.io/docs/dev/python_api_reference#retrieve-chunks)
  387. ## v0.5.0
  388. Released on May 8, 2024.
  389. ### New features
  390. - Supports LLM DeepSeek.