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-sdk"
version = "0.17.2"
version = "0.18.0"
description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding."
authors = [
{ name = "Zhichang Yu", email = "yuzhichang@gmail.com" }

2
sdk/python/uv.lock generated
View File

@ -311,7 +311,7 @@ wheels = [
[[package]]
name = "ragflow-sdk"
version = "0.17.2"
version = "0.18.0"
source = { virtual = "." }
dependencies = [
{ name = "beartype" },