Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def getstuff(openapikey,category_selector):
|
|
41 |
|
42 |
answerlist=[]
|
43 |
for i in range(len(querylist)):
|
44 |
-
print(
|
45 |
response = index.query(
|
46 |
querylist[i],
|
47 |
llm_predictor=llm_predictor,
|
|
|
41 |
|
42 |
answerlist=[]
|
43 |
for i in range(len(querylist)):
|
44 |
+
print(i,"Query: ",querylist[i])
|
45 |
response = index.query(
|
46 |
querylist[i],
|
47 |
llm_predictor=llm_predictor,
|