Skip to content

Prerequisites

For the complete documentation index see: llms.txt

All documentation pages available in markdown.

This tutorial requires the langgraph-aerospike repository and three dependencies.

Required

Docker

Docker runs Aerospike Database locally.

  1. Download, install, and launch Docker Desktop from the Docker website.

  2. Verify Docker is running:

    Terminal window
    docker --version
Python

The cookbook requires Python 3.10 or newer.

  1. Install Python 3.10 or later.

  2. Verify Python is available:

    Terminal window
    python3 --version
uv

The repository uses uv to install dependencies and run cookbook scripts.

  1. Install uv following the uv installation guide.

  2. Verify uv is available:

    Terminal window
    uv --version

Optional

Git

Git makes it easier to clone the repository. You can also download a ZIP archive from GitHub.

Install Git from git-scm.com.

Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?