Skip to content

Commit a197f3c

Browse files
committed
Evaluate all questions
1 parent c51afed commit a197f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
201201
- name: Evaluate local RAG flow
202202
run: |
203-
python evals/evaluate.py --targeturl=http://127.0.0.1:50505/chat --resultsdir=evals/results/pr${{ github.event.issue.number }} --numquestions=2
203+
python evals/evaluate.py --targeturl=http://127.0.0.1:50505/chat --resultsdir=evals/results/pr${{ github.event.issue.number }}
204204
205205
- name: Upload eval results as build artifact
206206
if: ${{ success() }}

0 commit comments

Comments
 (0)