Spaces:
Sleeping
Sleeping
My Duong
commited on
Commit
·
764c9b9
1
Parent(s):
b8ff122
test app
Browse files
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 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
|
|
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'")
|