ragflow/sdk/python
liuhua 419b546f03
Update displayed_name to display_name (#4311)
### What problem does this PR solve?

Update displayed_name to display_name

### Type of change

- [x] Refactoring

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
2024-12-31 17:25:24 +08:00
..
ragflow_sdk Update displayed_name to display_name (#4311) 2024-12-31 17:25:24 +08:00
test Update displayed_name to display_name (#4311) 2024-12-31 17:25:24 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Prepare docs for v0.15.0 release (#4077) 2024-12-18 15:32:15 +08:00
pyproject.toml Update pyproject.toml to 0.15.1 (#4222) 2024-12-25 14:06:00 +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