ragflow/sdk/python
liuhua bf9ebda3c8
Add tests for frontend API (#3552)
### What problem does this PR solve?

Add tests for frontend API

### Type of change

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

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
2024-11-21 15:39:25 +08:00
..
ragflow_sdk Fix a bug in agent api (#3551) 2024-11-21 12:45:22 +08:00
test Add tests for frontend API (#3552) 2024-11-21 15:39:25 +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