ragflow/sdk/python
Kevin Hu a45ba3a91e
Prepare docs for v0.15.0 release (#4077)
### What problem does this PR solve?


### Type of change

- [x] Documentation Update
2024-12-18 15:32:15 +08:00
..
ragflow_sdk Fix conversation bug in agent session (#4078) 2024-12-18 11:49:25 +08:00
test Fix bugs in agent api and update api document (#3996) 2024-12-13 10:25:52 +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 Prepare docs for v0.15.0 release (#4077) 2024-12-18 15:32:15 +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