Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Zhichang Yu 185c6a0c71
Unified API response json schema (#3170)
il y a 1 an
..
ragflow_sdk fix bugs in test (#3196) il y a 1 an
test Unified API response json schema (#3170) il y a 1 an
README.md Manage ragflow-sdk with poetry (#3115) il y a 1 an
hello_ragflow.py Add test for CI (#3114) il y a 1 an
poetry.lock Add test for CI (#3114) il y a 1 an
pyproject.toml Changed version to 0.13.0 (#3140) il y a 1 an

README.md

ragflow-sdk

build and publish python SDK to pypi.org

poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish