Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -65,7 +65,7 @@ async def lifespan(app: FastAPI):
|
|
| 65 |
)
|
| 66 |
|
| 67 |
vectorstore = FAISS.load_local(
|
| 68 |
-
"faiss_index",
|
| 69 |
embeddings=embedding,
|
| 70 |
allow_dangerous_deserialization=True
|
| 71 |
)
|
|
|
|
| 65 |
)
|
| 66 |
|
| 67 |
vectorstore = FAISS.load_local(
|
| 68 |
+
r"faiss_index",
|
| 69 |
embeddings=embedding,
|
| 70 |
allow_dangerous_deserialization=True
|
| 71 |
)
|