Docs: update for v0.18.0 (#7223)

### What problem does this PR solve?

update for v0.18.0

### Type of change

- [x] Documentation Update
This commit is contained in:
liu an
2025-04-23 12:02:50 +08:00
committed by GitHub
parent e9669e7fb1
commit 03672df691
23 changed files with 63 additions and 63 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "ragflow"
version = "0.17.2"
version = "0.18.0"
description = "[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data."
authors = [
{ name = "Zhichang Yu", email = "yuzhichang@gmail.com" }