ragflow/sdk/python
Kevin Hu 56f473b680
Feat: Add question parameter to edit chunk modal (#3875)
### What problem does this PR solve?

Close #3873

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-12-05 14:51:19 +08:00
..
ragflow_sdk Feat: Add question parameter to edit chunk modal (#3875) 2024-12-05 14:51:19 +08:00
test Add sdk for list agents and sessions (#3848) 2024-12-04 16:23:22 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Changed requirement to python 3.10 (#3496) 2024-11-19 18:25:04 +08:00
pyproject.toml Update version number for poetry (#3637) 2024-11-25 17:57:08 +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