-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.15 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
# SEC EDGAR API - Required (no account needed)
EDGAR_USER_AGENT="Amit Singh amit@finrag.internal"
EDGAR_BASE_URL="https://efts.sec.gov/LATEST"
EDGAR_ARCHIVE_URL="https://www.sec.gov/Archives/edgar/data"
DATA_DIR="./data/raw"
LOG_LEVEL="INFO"
EDGAR_MAX_RPS=10
# Google Gemini API
GOOGLE_API_KEY=""
# Langfuse Observability
LANGFUSE_PUBLIC_KEY="pk-lf-ad5aef32-2ad7-4f87-b3e7-70498cc8439a"
LANGFUSE_SECRET_KEY="sk-lf-116e16ea-4e9e-491d-976b-22390e9247bd"
LANGFUSE_HOST="https://cloud.langfuse.com"
# FastAPI
FINRAG_API_KEY="w2fYDrW3LgfZ-XzvdtIRtlUSHGEAEVV_O-kGlik_sO0"
FINRAG_INIT_PIPELINE="true"
FINRAG_MAX_SESSIONS=1000
FINRAG_PROMPT_VERSION="v1"
FINRAG_CORS_ORIGINS="*"
# ── ChromaDB Cloud (deploy branch only) ──────────────────────
# Get these from https://trychroma.com after creating a free account
CHROMA_HOST=api.trychroma.com
CHROMA_API_KEY=your_chroma_cloud_api_key_here
# ── Deployment ────────────────────────────────────────────────
# Set to your Vercel frontend URL on Render
FRONTEND_URL=https://your-app.vercel.app