2025-01-14 11:49:43 +08:00
[ project ]
2024-10-30 21:13:59 +08:00
name = "ragflow-sdk"
2025-03-02 18:47:06 +08:00
version = "0.17.0"
2024-10-30 21:13:59 +08:00
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."
2025-01-14 11:49:43 +08:00
authors = [
{ name = "Zhichang Yu" , email = "yuzhichang@gmail.com" }
]
license = { text = "Apache License, Version 2.0" }
2024-06-03 20:14:47 +08:00
readme = "README.md"
2025-01-14 11:49:43 +08:00
requires-python = ">=3.10,<3.13"
dependencies = [
"requests>=2.30.0,<3.0.0" ,
"beartype>=0.18.5,<0.19.0" ,
"pytest>=8.0.0,<9.0.0"
]
2024-10-30 21:13:59 +08:00
2025-01-14 11:49:43 +08:00
[ project . optional-dependencies ]
test = [
"pytest>=8.0.0,<9.0.0"
]