Antony Pegg demonstrates how to provision a Retrieval-Augmented Generation server on pgEdge Cloud using the Cloud API rather than the simplified UI. The guide walks through real API calls to configure the service, emphasizing the use of environment variables to keep API keys secure. The example use case involves ingesting data for a GURPS 4th Edition tabletop RPG system.
- Use the Cloud API for programmatic RAG server provisioning instead of manual UI clicks.
- Store API keys in environment variables to prevent leakage in shell history.
- The approach allows for reproducible infrastructure setup via scripted API calls.
- Validates pgEdge Cloud capabilities for serving vector-based RAG workloads.