Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yogjoshi14
/
chat_with_documents
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yogjoshi14
commited on
Feb 11, 2024
Commit
1e4fc5f
·
1 Parent(s):
40578e5
recreate index on boot
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -171,5 +171,6 @@ def boot():
171
172
if __name__ == '__main__':
173
#
174
boot()
175
171
172
if __name__ == '__main__':
173
#
174
+
recreate_index()
175
boot()
176