This commit is contained in:
2025-09-26 17:15:54 +08:00
commit db0e5965ec
211 changed files with 40437 additions and 0 deletions

17
vw-agentic-rag/web/.env Normal file
View File

@@ -0,0 +1,17 @@
# Next.js Environment Variables
# These will be used as fallback values when K8s environment variables are not set
# URL prefix for external routing (used by Ingress)
NEXT_PUBLIC_API_URL_PREFIX=/agentic-rag
# API URL for backend communication
NEXT_PUBLIC_API_URL=http://localhost:8000/api
# # LangGraph API URL
# LANGGRAPH_API_URL=http://localhost:8000
NEXT_PUBLIC_LANGGRAPH_ASSISTANT_ID=default
# Disable Next.js telemetry
NEXT_TELEMETRY_DISABLED=1