Spaces:
Running
on
Zero
Running
on
Zero
StevenChen16
commited on
Commit
•
6c2ef5e
1
Parent(s):
0c907be
update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,6 @@ try:
|
|
94 |
|
95 |
except Exception as e:
|
96 |
raise RuntimeError(f"Failed to load vector store from HuggingFace Hub: {str(e)}")
|
97 |
-
vector_store = FAISS.load_local(repo_path, embedding_model, allow_dangerous_deserialization=True)
|
98 |
|
99 |
|
100 |
background_prompt = '''
|
|
|
94 |
|
95 |
except Exception as e:
|
96 |
raise RuntimeError(f"Failed to load vector store from HuggingFace Hub: {str(e)}")
|
|
|
97 |
|
98 |
|
99 |
background_prompt = '''
|