ragflow/sdk/python
Zhichang Yu 4413683898
Introduced beartype (#3460)
### What problem does this PR solve?

Introduced [beartype](https://github.com/beartype/beartype) for runtime
type-checking.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-11-18 17:38:17 +08:00
..
ragflow_sdk Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
test Added doc for switching elasticsearch to infinity (#3370) 2024-11-14 00:08:55 +08:00
hello_ragflow.py Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
poetry.lock Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
pyproject.toml Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
README.md Manage ragflow-sdk with poetry (#3115) 2024-10-30 21:13:59 +08:00

ragflow-sdk

build and publish python SDK to pypi.org

poetry build
poetry config pypi-token.pypi $YOUR_PYPI_API_TOKEN
poetry publish