Skip to content

Commit

Permalink
be sure to set env vars pre-app-startup (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: jwatson <[email protected]>
  • Loading branch information
ewilliams-cloudera and jkwatson authored Jan 14, 2025
1 parent d76913a commit f693113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/startup_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ done
trap cleanup EXIT

export RAG_DATABASES_DIR=$(pwd)/databases
export LLM_SERVICE_URL="http://localhost:8081"
export API_URL="http://localhost:8080"

# start Qdrant vector DB
qdrant/qdrant & 2>&1
Expand Down

0 comments on commit f693113

Please sign in to comment.