ragflow/sdk/python
Jin Hai fd0bf3adf0
Format: dos2unix (#4467)
### What problem does this PR solve?

Format the code

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2025-01-13 18:19:01 +08:00
..
ragflow_sdk Format: dos2unix (#4467) 2025-01-13 18:19:01 +08:00
test Tagging (#4426) 2025-01-09 17:07:21 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Bump infinity to v0.6.0-dev1 (#4448) 2025-01-12 19:54:33 +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