### What problem does this PR solve? Fix bugs in API ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn> |
||
|---|---|---|
| .. | ||
| ragflow_sdk | ||
| test | ||
| hello_ragflow.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| 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