anubhav77 commited on
Commit
ed9eaab
·
1 Parent(s): c738eed
Files changed (1) hide show
  1. src/chromaIntf.py +2 -2
src/chromaIntf.py CHANGED
@@ -142,8 +142,8 @@ class ChromaIntf():
142
 
143
 
144
  async def persist(self):
145
- self.vectorstore.persist()
146
- return await dbh.backupFolder("db")
147
 
148
  def _uuid(self,uuid_str: str) -> UUID:
149
  try:
 
142
 
143
 
144
  async def persist(self):
145
+ await dbh.backupFolder("db")
146
+ return self.vectorstore.persist()
147
 
148
  def _uuid(self,uuid_str: str) -> UUID:
149
  try: