Skip to main content

Environment Setup

Set up your development environment for building LLM applications.

Python Environment

Environment Variables

Create a .env file in your project root:
Never commit .env files to version control. Add .env to your .gitignore.

Load Environment Variables

Docker Setup

For services like vector databases:

Installation Guide

Complete installation instructions