Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
941da38
1
Parent(s):
6ea0857
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):
|