Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a891e52
ragflow
/
sdk
/
python
/
README.md
zhichyu
Manage ragflow-sdk with poetry (#3115)
a95856e
4 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
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
```