Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Zhichang Yu 0cd5b64c3b
Changed requirement to python 3.10 (#3496)
vor 11 Monaten
..
ragflow_sdk Introduced beartype (#3460) vor 11 Monaten
test Added doc for switching elasticsearch to infinity (#3370) vor 11 Monaten
README.md Manage ragflow-sdk with poetry (#3115) vor 1 Jahr
hello_ragflow.py Add test for CI (#3114) vor 1 Jahr
poetry.lock Changed requirement to python 3.10 (#3496) vor 11 Monaten
pyproject.toml Changed requirement to python 3.10 (#3496) vor 11 Monaten

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