deepset-ai / deepset-cloud-sdk

A Python SDK to interact with deepset Cloud
Apache License 2.0
9 stars 2 forks source link

fix: packaging #40

Closed rjanjua closed 1 year ago

rjanjua commented 1 year ago

using this you can do

from deepset_cloud_sdk import sync_client
sync_client.upload_folder(.....)
github-actions[bot] commented 1 year ago

Coverage report

The coverage rate went from 98% to 98% :arrow_up: The branch rate is 95%.

100% of new lines are covered.

Diff Coverage details (click to unfold) ### deepset_cloud_sdk/workflows/sync_client/__init__.py `100%` of new lines are covered (`100%` of the complete file). ### deepset_cloud_sdk/workflows/async_client/__init__.py `100%` of new lines are covered (`100%` of the complete file).