My Duong commited on
Commit
764c9b9
·
1 Parent(s): b8ff122
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -182,8 +182,8 @@ if __name__ == "__main__":
182
  save_to_chromadb(processed_docs, processed_metadata, embedding_model)
183
 
184
  # os.system("git lfs install")
185
- # os.system("git add chroma_db/")
186
- # os.system("git commit -m 'Persist vector database after processing'")
187
- # os.system("git push")
188
- # os.system("git config --global user.email "[email protected]"
189
- # os.system("git config --global user.name "My Duong")
 
182
  save_to_chromadb(processed_docs, processed_metadata, embedding_model)
183
 
184
  # os.system("git lfs install")
185
+ os.system("git add chroma_db/")
186
+ os.system("git commit -m 'Persist vector database after processing'")
187
+ os.system("git push")
188
+ os.system("git config --global user.email '[email protected]'")
189
+ os.system("git config --global user.name 'My Duong'")