ragflow/sdk/python/test/test_sdkbase.py
cecilia-uu c74d4d683e
Update SDK->sdk, and add create_dataset (#1047)
### What problem does this PR solve?

Add create_dataset method, test for it, and update SDK->sdk.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Signed-off-by: cecilia-uu <konghui1996@163.com>
2024-06-03 20:14:47 +08:00

4 lines
71 B
Python

class TestSdk():
def test_version(self):
print("test_sdk")