Files
ragflow/sdk/python
liuhua b0717978e8 Add test for document (#3497)
### What problem does this PR solve?

Add test for document

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2024-11-19 19:06:43 +08:00
..
2024-11-18 17:38:17 +08:00
2024-11-19 19:06:43 +08:00
2024-10-31 14:07:23 +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