File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Evaluate RAG answer flow
3
3
on :
4
4
issue_comment :
5
5
types : [created]
6
+ workflow_dispatch :
6
7
7
8
# Set up permissions for deploying with secretless Azure federated credentials
8
9
# https://learn.microsoft.com/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
@@ -114,7 +115,7 @@ jobs:
114
115
issue_number: context.issue.number,
115
116
owner: context.repo.owner,
116
117
repo: context.repo.repo,
117
- body: "Starting evaluation. Check the Actions tab for progress, or wait for a comment with the results."
118
+ body: "Starting evaluation! Check the Actions tab for progress, or wait for a comment with the results."
118
119
})
119
120
120
121
- name : Checkout pull request
@@ -178,6 +179,10 @@ jobs:
178
179
run : |
179
180
uv pip install -r evals/requirements.txt
180
181
182
+ - name : Run azd env get values command
183
+ run : |
184
+ azd env get-values
185
+
181
186
- name : Evaluate local RAG flow
182
187
run : |
183
188
python evals/evaluate.py --targeturl=http://127.0.0.1:8000/chat --resultsdir=evals/results/pr${{ github.event.issue.number }}
You can’t perform that action at this time.
0 commit comments