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 9a5ff320f3
Manage ragflow-sdk with poetry (#3115)
il y a 1 an
..
ragflow_sdk Manage ragflow-sdk with poetry (#3115) il y a 1 an
test Manage ragflow-sdk with poetry (#3115) il y a 1 an
README.md Manage ragflow-sdk with poetry (#3115) il y a 1 an
hello_ragflow.py Update SDK->sdk, and add create_dataset (#1047) il y a 1 an
poetry.lock Manage ragflow-sdk with poetry (#3115) il y a 1 an
pyproject.toml Manage ragflow-sdk with poetry (#3115) 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