-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 1.46 KB
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Google ADK Masterclass - Environment Variables
# Copy this file to .env and fill in your values
# =============================================================================
# GEMINI API (Required for most modules)
# =============================================================================
# Get your API key from: https://aistudio.google.com/apikey
GOOGLE_GENAI_USE_VERTEXAI=0
GOOGLE_API_KEY=your-api-key-here
# =============================================================================
# VERTEX AI (Required for modules 08, 09)
# =============================================================================
# Uncomment and configure for Vertex AI modules
# GOOGLE_GENAI_USE_VERTEXAI=1
# GOOGLE_CLOUD_PROJECT=your-project-id
# GOOGLE_CLOUD_LOCATION=us-central1
# Module 08: Vertex AI RAG
# RAG_CORPUS=projects/your-project-id/locations/us-central1/ragCorpora/your-corpus-id
# Module 09: Vertex AI Search
# DATA_STORE_ID=projects/your-project-id/locations/global/collections/default_collection/dataStores/your-datastore-id
# =============================================================================
# THIRD-PARTY SERVICES (Optional - for modules 11, 13, 14)
# =============================================================================
# GitHub Personal Access Token
# Get from: https://github.com/settings/tokens
# GITHUB_TOKEN=your-github-token-here
# Firecrawl API Key (for web scraping)
# Get from: https://firecrawl.dev
# FIRECRAWL_API_KEY=your-firecrawl-api-key-here