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.
-
Download, install, and launch Docker Desktop from the Docker website.
-
Verify Docker is running:
Terminal window docker --version
Python
The cookbook requires Python 3.10 or newer.
-
Install Python 3.10 or later.
-
Verify Python is available:
Terminal window python3 --version
uv
The repository uses uv to install dependencies and run cookbook scripts.
-
Install uv following the uv installation guide.
-
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.