選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Kevin Hu 49494d4e3c
Update version number for poetry (#3637)
11ヶ月前
..
ragflow_sdk Fix bugs in api (#3624) 11ヶ月前
test Add tests for frontend API (#3552) 11ヶ月前
README.md Manage ragflow-sdk with poetry (#3115) 1年前
hello_ragflow.py Add test for CI (#3114) 1年前
poetry.lock Changed requirement to python 3.10 (#3496) 11ヶ月前
pyproject.toml Update version number for poetry (#3637) 11ヶ月前

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