ragflow/sdk/python
liuhua 86e48179a1
Fix bugs in api (#3624)
### What problem does this PR solve?

#3488

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2024-11-25 15:25:48 +08:00
..
ragflow_sdk Fix bugs in api (#3624) 2024-11-25 15:25:48 +08:00
test Add tests for frontend API (#3552) 2024-11-21 15:39:25 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Changed requirement to python 3.10 (#3496) 2024-11-19 18:25:04 +08:00
pyproject.toml Changed requirement to python 3.10 (#3496) 2024-11-19 18:25:04 +08:00
README.md Manage ragflow-sdk with poetry (#3115) 2024-10-30 21:13:59 +08:00

ragflow-sdk

build and publish python SDK to pypi.org

poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish