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 0bca46ac3a
Migrate infinity at startup (#3858)
vor 10 Monaten
..
ragflow_sdk Migrate infinity at startup (#3858) vor 10 Monaten
test Fix bugs in agent api and update api document (#3996) vor 10 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 Update version number for poetry (#3637) 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