Skip to content

Releases: infiniflow/ragflow

nightly

07 Dec 07:22
6d19294
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

Release nightly created from 6d19294 at 2024-12-11 21:12:44+08:00

v0.14.1

28 Nov 13:02
834c4d8
Compare
Choose a tag to compare

Summary

Mainly addressing several serious bugs in 0.14.0 and issues with Infinity configuration, the updates are listed below:

  • Infinity configuration can be changed in docker/infinity_conf.toml. After modifying the file, restart docker compose to take effect.
  • Solve the problem that the Chunk interface cannot be displayed or modified.
  • Solve the problem of garbled Chinese text parsing.
  • Solve the Elasticsearch 'Not found error' problem.
  • Solve the problem of Polars library compatibility.
  • Solve the problem that Infinity can't adapt GraphRAG.

What's Changed

Full Changelog: v0.14.0...v0.14.1

RAGFlow-0.14.0

25 Nov 11:04
49494d4
Compare
Choose a tag to compare

Summary

  • Supports Infinity as the alternative doc engine to elasticsearch
  • Add Agent support for variables and optimize interaction such as auto-saving
  • Added Andrew Ng's 3-step translation Agent template and SEO optimized blog generation Agent template.
  • Added API for Agent
  • English synonyms are supported during retrieval
  • Optimized the calculation of term weight, such that the recall time is reduced by half
  • More resilient task executor for document parsing and chunking
  • Strengthened the monitoring of task Executor
  • Replacing Redis with Valkey
  • New supported languages: Indonesian, Spanish, Vietnamese

What's Changed

Read more

RAGFlow-0.13.0

31 Oct 10:38
1d0a560
Compare
Choose a tag to compare

Summary

  • Added team support
  • Upgrade UI for Agent
  • Added HTTP API for knowledge base, document parsing, dialogs, etc. Python SDK is also provided, which can be installed via pip install ragflow-sdk==0.13.0.
  • Added smart chunking for Markdown
  • Added context retrieval through entity extraction from LLM
  • Added Invoke operator for Agent
  • Added support for DIFY external knowledge base API
  • Added integration for ChatGPT-on-WeChat
  • Added support for GLM4-9B, Yi-Lightning

What's Changed

Read more

RAGFlow-0.12.0

30 Sep 05:19
92a4a09
Compare
Choose a tag to compare

Summary

  • Adds new Docker image of slim version will doesn't including embedding and reranker models.
  • Improves the effect of long context conversion.
  • Supports OpenTTS and SparkTSS
  • Adds new Excel parsing method, user can choose the output data format between HTML and row text.
  • User can remove the added model provider.

What's Changed

Read more

RAGFlow-0.11.0

14 Sep 11:05
2f33ec7
Compare
Choose a tag to compare

Summary

What's Changed

Read more

RAGFlow-0.10.0

23 Aug 08:53
e18f407
Compare
Choose a tag to compare

Release Summary

  • Supports text to SQL by RAG
  • Provides Agent API
  • Provide the health check on task_executor process.
  • Add more Agent operator: Github, DeepL, BaiduFanyi, QWeather, ExecSQL, GoogleScholar
  • Supports file type: eml
  • Supports embedding model: Cohere
  • Supports more LLMs or model services : GPT-4o-mini, PerfXCloud, TogetherAI, Upstage, Novita.AI, 01.AI, SiliconFlow, XunFei Spark, Baidu Yiyan, Tencent Hunyuan

What's Changed

Read more

RAGFlow-0.9.0

06 Aug 02:42
3fd7db4
Compare
Choose a tag to compare

Release Summary

  1. Support GraphRAG
  2. Add more Agent operators: keyword extraction, Baidu/duckduckgo/pubmed/wikipedia/bing/google search operators.
  3. Add support for audio files (speech-to-text recognition).
  4. Add support for Gemini, Groq and other LLMs.
  5. Support for reranker provided by xinference.
  6. Add support for LM studio/OpenRouter/LocalAI/Nvidia api and other inference frameworks/engines/services.

What's Changed

Read more

RAGFlow-0.8.0

08 Jul 11:53
3413f43
Compare
Choose a tag to compare

What's Changed

Read more

ragflow-0.7.0

30 May 11:12
83803a7
Compare
Choose a tag to compare

Major updates:

  • Integrates BCE and BGE reranker models.
  • Integrates Jina embedding and reranker models.
  • Supports LLM Baichuan and VolcanoArk.
  • Supports RAPTOR for better text retrieval.
  • Adds a new API for removing documents.
  • Supports a new file format: HTML.
  • Supports the ARM platform.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0