added EvalDataset Generation
Browse files
app.py
CHANGED
|
@@ -704,7 +704,7 @@ class BSIChatbot:
|
|
| 704 |
print(data)
|
| 705 |
i=1
|
| 706 |
#for data in data_list[:3]:
|
| 707 |
-
for data in data_list
|
| 708 |
print("Eval Entry no:")
|
| 709 |
print(i)
|
| 710 |
#def ragPromptNew(self, query, rerankingStep, history, stepBackPrompt)
|
|
|
|
| 704 |
print(data)
|
| 705 |
i=1
|
| 706 |
#for data in data_list[:3]:
|
| 707 |
+
for data in data_list:
|
| 708 |
print("Eval Entry no:")
|
| 709 |
print(i)
|
| 710 |
#def ragPromptNew(self, query, rerankingStep, history, stepBackPrompt)
|