ragflow/sdk/python
Zhichang Yu 0d68a6cd1b
Fix errors detected by Ruff (#3918)
### What problem does this PR solve?

Fix errors detected by Ruff

### Type of change

- [x] Refactoring
2024-12-08 14:21:12 +08:00
..
ragflow_sdk Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
test Fix errors detected by Ruff (#3918) 2024-12-08 14:21:12 +08:00
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