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 for Interacting with deepset Cloud
Run the following command:
pip install deepset-cloud-sdk
When the installation finishes, you can use the CLI and Python methods included in the package.
Install for Development
If you want to modify the package, install it in developer mode:
- Clone the GitHub repository. For help, see GitHub docs.
- Run the following command:
pip install hatch==1.7.0 hatch build
Updated 7 months ago