Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ except ValidationError as e:
|
|
50 |
#db = faiss.deserialize_index(f.read())
|
51 |
|
52 |
#------------------------------------------------------------------------------
|
53 |
-
db=FAISS.load_local("faiss_index", embeddings,allow_dangerous_deserialization=True)
|
54 |
#-----------------------------------------------------------------------------
|
55 |
def get_response_from_query(db, query, k=3):
|
56 |
|
|
|
50 |
#db = faiss.deserialize_index(f.read())
|
51 |
|
52 |
#------------------------------------------------------------------------------
|
53 |
+
db=FAISS.load_local("faiss_index/faiss_index", embeddings,allow_dangerous_deserialization=True)
|
54 |
#-----------------------------------------------------------------------------
|
55 |
def get_response_from_query(db, query, k=3):
|
56 |
|