Install the SDK
Install the open source package and start using it. You can also install it in the developer mode to enhance the package with your contributions. The package is available on PyPI.
Install the SDK
Use this installation mode to use the methods already available in the package.
Run the following command:
pip install deepset-cloud-sdkYou can now use the CLI commands and Python methods included in the SDK.
Install in Developer Mode
Use this installation mode if you want to modify the package:
- Clone the GitHub repository. For help, see GitHub docs.
- Run the following command:
pip install hatch==1.7.0 hatch build
Update the SDK
Update the SDK to the newest version:
pip install --upgrade deepset-cloud-sdkCheck the SDK Version
Run the following command:
deepset-cloud --versionGet Help
Run:
deepset-cloud --helppython3 -m deepset_cloud_sdk.cli --helpUpdated about 2 months ago