File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 5757
5858 - name : Setup local database with seed data
5959 run : |
60- cp .env.sample .env
6160 python ./src/backend/fastapi_app/setup_postgres_database.py
6261 python ./src/backend/fastapi_app/setup_postgres_seeddata.py
62+ env :
63+ POSTGRES_HOST : localhost
64+ POSTGRES_USERNAME : admin
65+ POSTGRES_PASSWORD : postgres
66+ POSTGRES_DATABASE : postgres
67+ POSTGRES_SSL : disable
6368
6469 - name : Setup node
6570 uses : actions/setup-node@v4
@@ -113,6 +118,11 @@ jobs:
113118 AZURE_OPENAI_EMBED_MODEL : ${{ vars.AZURE_OPENAI_EMBED_MODEL }}
114119 AZURE_OPENAI_EMBED_DIMENSIONS : ${{ vars.AZURE_OPENAI_EMBED_DIMENSIONS }}
115120 AZURE_OPENAI_EMBEDDING_COLUMN : ${{ vars.AZURE_OPENAI_EMBEDDING_COLUMN }}
121+ POSTGRES_HOST : localhost
122+ POSTGRES_USERNAME : admin
123+ POSTGRES_PASSWORD : postgres
124+ POSTGRES_DATABASE : postgres
125+ POSTGRES_SSL : disable
116126 - name : Evaluate local RAG flow
117127 run : |
118128 python evals/evaluate.py
You can’t perform that action at this time.
0 commit comments