Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Zhichang Yu 9a5ff320f3
Manage ragflow-sdk with poetry (#3115)
1 år sedan
..
ragflow_sdk Manage ragflow-sdk with poetry (#3115) 1 år sedan
test Manage ragflow-sdk with poetry (#3115) 1 år sedan
README.md Manage ragflow-sdk with poetry (#3115) 1 år sedan
hello_ragflow.py Update SDK->sdk, and add create_dataset (#1047) 1 år sedan
poetry.lock Manage ragflow-sdk with poetry (#3115) 1 år sedan
pyproject.toml Manage ragflow-sdk with poetry (#3115) 1 år sedan

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