Spaces:
Runtime error
Runtime error
v0.8.4
Browse files- src/chromaIntf.py +2 -2
src/chromaIntf.py
CHANGED
@@ -142,8 +142,8 @@ class ChromaIntf():
|
|
142 |
|
143 |
|
144 |
async def persist(self):
|
145 |
-
|
146 |
-
return
|
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:
|