We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb3599 commit a705992Copy full SHA for a705992
.github/workflows/evaluate.yaml
@@ -65,7 +65,7 @@ jobs:
65
env:
66
POSTGRES_HOST: localhost
67
POSTGRES_USERNAME: postgres
68
- POSTGRES_PASSWORD: postgres
+ POSTGRES_PASSWORD:
69
POSTGRES_DATABASE: postgres
70
POSTGRES_SSL: disable
71
@@ -123,7 +123,7 @@ jobs:
123
AZURE_OPENAI_EMBEDDING_COLUMN: ${{ vars.AZURE_OPENAI_EMBEDDING_COLUMN }}
124
125
126
127
128
129
- name: Evaluate local RAG flow
0 commit comments