MISSAOUI commited on
Commit
85ec900
·
verified ·
1 Parent(s): 9de8afe

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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
  )