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.
liuhua c7c8b3812f
Add test for document (#3548)
il y a 11 mois
..
ragflow_sdk Introduced beartype (#3460) il y a 11 mois
test Add test for document (#3548) il y a 11 mois
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 Changed requirement to python 3.10 (#3496) il y a 11 mois
pyproject.toml Changed requirement to python 3.10 (#3496) il y a 11 mois

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