2024-10-30 21:13:59 +08:00
[ tool . poetry ]
name = "ragflow-sdk"
2024-10-31 19:11:09 +08:00
version = "0.13.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."
authors = [ "Zhichang Yu <yuzhichang@gmail.com>" ]
license = "Apache License, Version 2.0"
2024-06-03 20:14:47 +08:00
readme = "README.md"
2024-10-30 21:13:59 +08:00
package-mode = true
[ tool . poetry . dependencies ]
python = "^3.10"
requests = "^2.30.0"
2024-11-18 17:38:17 +08:00
beartype = "^0.18.5"
2024-10-31 14:07:23 +08:00
pytest = "^8.0.0"
2024-06-03 20:14:47 +08:00
2024-10-30 21:13:59 +08:00
[ build-system ]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"