aboutsummaryrefslogtreecommitdiff
path: root/gnqa/paper2_eval/src/run_questions.py
diff options
context:
space:
mode:
authorShelbySolomonDarnell2024-10-17 12:24:26 +0300
committerShelbySolomonDarnell2024-10-17 12:24:26 +0300
commit00cba4b9a1e88891f1f96a1199320092c1962343 (patch)
tree270fd06daa18b2fc5687ee72d912cad771354bb0 /gnqa/paper2_eval/src/run_questions.py
parente0b2b0e55049b89805f73f291df1e28fa05487fe (diff)
downloadgn-ai-00cba4b9a1e88891f1f96a1199320092c1962343.tar.gz
Docker image built to run code, all evals run using R2RHEADmaster
Diffstat (limited to 'gnqa/paper2_eval/src/run_questions.py')
-rw-r--r--gnqa/paper2_eval/src/run_questions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnqa/paper2_eval/src/run_questions.py b/gnqa/paper2_eval/src/run_questions.py
index 053d758..ebff8e0 100644
--- a/gnqa/paper2_eval/src/run_questions.py
+++ b/gnqa/paper2_eval/src/run_questions.py
@@ -30,7 +30,7 @@ except:
qLst = QuestionList(read_file, 1) # second parameter is for verbose output
ndx = 1
-for question in qLst.get("citizenscientist","aging"):
+for question in qLst.get("domainexpert","aging"):
print('Getting response for the following question --> {0}'.format(question))
rag_response[str(ndx)] = client.rag(question)
ndx += 1