RajatChaudhari commited on
Commit
aaea011
1 Parent(s): 84fd537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def load_vector():
52
  retriever = vectorstore.as_retriever()
53
  return retriever
54
 
55
- # call the function from which you want to load the vector
56
- retriever=document_prep()
57
  retriever=load_vector()
58
 
59
  ## In memory store
 
52
  retriever = vectorstore.as_retriever()
53
  return retriever
54
 
55
+ ## call the function from which you want to load the vector
56
+ # retriever=document_prep()
57
  retriever=load_vector()
58
 
59
  ## In memory store