Spaces:
Runtime error
Runtime error
v0.8.4
Browse files- src/chromaIntf.py +1 -1
src/chromaIntf.py
CHANGED
@@ -133,7 +133,7 @@ class ChromaIntf():
|
|
133 |
await self.vectorstore.persist()
|
134 |
return await dbh.backupFolder("db")
|
135 |
|
136 |
-
def _uuid(uuid_str: str) -> UUID:
|
137 |
try:
|
138 |
return UUID(uuid_str)
|
139 |
except ValueError:
|
|
|
133 |
await self.vectorstore.persist()
|
134 |
return await dbh.backupFolder("db")
|
135 |
|
136 |
+
def _uuid(self,uuid_str: str) -> UUID:
|
137 |
try:
|
138 |
return UUID(uuid_str)
|
139 |
except ValueError:
|