Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def main():
|
|
| 120 |
|
| 121 |
elif functionality == "Ask Questions":
|
| 122 |
|
| 123 |
-
embeddings = HuggingFaceInstructEmbeddings(
|
| 124 |
|
| 125 |
# new_db = FAISS.load_local("faiss_index_V2", embeddings)
|
| 126 |
|
|
|
|
| 120 |
|
| 121 |
elif functionality == "Ask Questions":
|
| 122 |
|
| 123 |
+
embeddings = HuggingFaceInstructEmbeddings()
|
| 124 |
|
| 125 |
# new_db = FAISS.load_local("faiss_index_V2", embeddings)
|
| 126 |
|