ragflow / sdk /python /README.md
zhichyu's picture
Manage ragflow-sdk with poetry (#3115)
a95856e
|
raw
history blame
151 Bytes
# ragflow-sdk
# build and publish python SDK to pypi.org
```shell
poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish
```