vishwask commited on
Commit
62b2bcc
1 Parent(s): 77cb3a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ def load_model():
73
 
74
  print('embedding done')
75
 
76
- db = Chroma.from_documents(texts, embeddings, persist_directory="/home/user/app/db")
 
77
 
78
  print('db done')
79
 
 
73
 
74
  print('embedding done')
75
 
76
+ #db = Chroma.from_documents(texts, embeddings, persist_directory="/home/user/app/db")
77
+ db = Chroma.from_documents(texts, embeddings)
78
 
79
  print('db done')
80