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 c51afed commit a197f3cCopy full SHA for a197f3c
.github/workflows/evaluate.yaml
@@ -200,7 +200,7 @@ jobs:
200
201
- name: Evaluate local RAG flow
202
run: |
203
- python evals/evaluate.py --targeturl=http://127.0.0.1:50505/chat --resultsdir=evals/results/pr${{ github.event.issue.number }} --numquestions=2
+ python evals/evaluate.py --targeturl=http://127.0.0.1:50505/chat --resultsdir=evals/results/pr${{ github.event.issue.number }}
204
205
- name: Upload eval results as build artifact
206
if: ${{ success() }}
0 commit comments