Docs: prepare docs for release v0.17.1 (#5900)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu
2025-03-11 14:39:41 +08:00
committed by GitHub
parent 9c953a67a6
commit d44739283c
24 changed files with 258 additions and 247 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "ragflow"
version = "0.17.0"
version = "0.17.1"
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" }