In this workshop we will use Aiven for OpenSearch® to deploy and manage our OpenSearch® Service.
We'll also be using this notebook environment. Before we start the workshop, you will need to:
- Setup your developer environment
- Create an Aiven Account
Let's turn to our repo. We need to make sure we have all the tools needed for this workshop.
You have a few options that we recommend.
Note
If you are already in a Codespace/GitPod environment, skip the next steps
The easiest is GitHub Codespaces. This is a cloud driven environment provided by GitHub that you can use to ensure you can follow along.
GitHub provides 40 hours of codespaces available to you for free every month.
You will also have all of the python requirements installed for you making it easier to get started.
To use GitHub Codespaces, select the badge below.
Caution
The button above preconfigures the codespace with an increased memory. This ensures enough resources are available for embeddings and running a local llm
Similar to Codespaces, GitPod is a service you can use to deploy a prepared environment making it easy to get started.
To use GitPod, select the badge below and create a gitpod account.
Once the environment is loaded, you will need to install your python requirements
For this workshop, we'll be using Aiven to be the home for our OpenSearch®️ service.
You can create a free trial at https://go.aiven.io/signup-opensearch-langchain-workshop.
We'll start by setting up your project and creating your Aiven for Opensearch® service.
Go to the first notebook or press the button below to get started.