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.
Jin Hai 1160b58b6e
Update pyproject.toml to 0.15.1 (#4222)
il y a 10 mois
..
ragflow_sdk Update the component of the agent API with parameters. (#4131) il y a 10 mois
test Fix bugs in agent api and update api document (#3996) il y a 10 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 Prepare docs for v0.15.0 release (#4077) il y a 10 mois
pyproject.toml Update pyproject.toml to 0.15.1 (#4222) il y a 10 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