Spaces:
Runtime error
Runtime error
v0.8.4
Browse files- src/chromaIntf.py +2 -1
src/chromaIntf.py
CHANGED
@@ -145,8 +145,9 @@ class ChromaIntf():
|
|
145 |
|
146 |
|
147 |
async def persist(self):
|
|
|
148 |
await dbh.backupFolder("db")
|
149 |
-
return
|
150 |
|
151 |
def _uuid(self,uuid_str: str) -> UUID:
|
152 |
try:
|
|
|
145 |
|
146 |
|
147 |
async def persist(self):
|
148 |
+
self.vectorstore.persist()
|
149 |
await dbh.backupFolder("db")
|
150 |
+
return await dbh.backupFolder("docs")
|
151 |
|
152 |
def _uuid(self,uuid_str: str) -> UUID:
|
153 |
try:
|