Spaces:
Sleeping
Sleeping
Update pages/jury_records.py
Browse files- pages/jury_records.py +1 -1
pages/jury_records.py
CHANGED
|
@@ -76,7 +76,7 @@ def lang(context):
|
|
| 76 |
for key in info_detail:
|
| 77 |
ques = info_detail[key]
|
| 78 |
answer_dict[key] = index2.query(llm = model, question = ques)
|
| 79 |
-
index2.vectorstore.
|
| 80 |
return answer_dict
|
| 81 |
|
| 82 |
def process(url):
|
|
|
|
| 76 |
for key in info_detail:
|
| 77 |
ques = info_detail[key]
|
| 78 |
answer_dict[key] = index2.query(llm = model, question = ques)
|
| 79 |
+
index2.vectorstore.delete()
|
| 80 |
return answer_dict
|
| 81 |
|
| 82 |
def process(url):
|