NOTE: Running the setup.sh script more than once will break python module dependencies at this time.
- Start your SageMaker Studio Jupyterlab instance.
- Start a terminal session within your running instance.
- Retrieve your AWS CLI Credentials from the event dashboard.
- Paste and set your AWS CLI Credentials into your terminal session.
- Clone this repository.
- Use chmod to make the setup.sh script executable.
chmod 755 setup.sh
- Run setup.sh.
./setup.sh
- Record your weaviate IP address from the script's output to use in your python code.
- A sample python script is included in this repo, weaviate-example.py.