Working with the SDK

deepset Cloud comes with a Python SDK you can use to manage your data and run experiments from your local environment.

The open source SDK package is available on GitHub, and provides methods for uploading and listing files. It offers a command-line interface (CLI) that's fast and easy to use, as well as Python methods. It's best suited for efficiently uploading large numbers of files with metadata. We're actively maintaining this SDK, and we'll be enhancing it with new methods in the near future.

Install the SDK

Using the Command-Line Interface (CLI)

Using Python Methods


Related Links