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.
Jin Hai 1160b58b6e
Update pyproject.toml to 0.15.1 (#4222)
vor 10 Monaten
..
ragflow_sdk Update the component of the agent API with parameters. (#4131) 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 Prepare docs for v0.15.0 release (#4077) vor 10 Monaten
pyproject.toml Update pyproject.toml to 0.15.1 (#4222) vor 10 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