Get Started
Last updated
Last updated
You can get started with LangStream in 5 minutes or less. This guide will walk you through the steps to get LangStream running on your local machine.
This guide uses Docker to run all the components of LangStream locally. If you want to learn how to deploy a full LangStream cluster locally using minikube, see
Install the LangStream CLI:
If you are on Linux or Windows please refer to the .
Run the sample application
Let's run a simple LangStream Application that implements a ChatBot using OpenAI's API.
You need to get an OpenAI API key from .
The first time you run the application, it will take a few minutes to download the Docker images.
Chat with the bot
Once the application is running, chat with the bot using the LangStream CLI:
With LangStream installed and your environment set up, you're ready to build an application.
Here are a few ways to get started building LangStream applications:
to quickly create an OpenAI query with LangStream.
and learn how to build the needed manifests
and use the provided starter applications & agent snippets