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-sdk
You 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
To update the SDK to the newest version, uninstall the current version and then install the SDK again.
- Update the SDK:
pip install --upgrade deepset-cloud-sdk
Check the SDK Version
Run the following command:
deepset-cloud --version
python3 -m deepset_cloud_sdk.cli --version
Get Help
Run:
deepset-cloud --help
python3 -m deepset_cloud_sdk.cli --help
Updated about 1 month ago