File size: 556 Bytes
5e1a30c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Environment Variables for Epic 2 Enhanced RAG System
# Copy this file to .env and set your values

# HuggingFace API Token (for API-based LLM access)
HF_TOKEN=your_huggingface_token_here

# Alternative HuggingFace token name (also supported)
HUGGINGFACE_TOKEN=your_huggingface_token_here

# Deployment Environment (automatically detected in HF Spaces)
# SPACE_ID=your_space_id  # Set automatically by HuggingFace Spaces

# Optional: Custom configuration path
# RAG_CONFIG=config/epic2_graph_calibrated.yaml

# Optional: Logging level
# RAG_LOG_LEVEL=INFO