Update graphiti_core/driver/kuzu_driver.py

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
Preston Rasmussen 2025-11-05 11:46:45 -05:00 committed by GitHub
parent da1a417059
commit c6a192a274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ class KuzuDriver(GraphDriver):
async def build_indices_and_constraints(self, delete_existing: bool = False):
if delete_existing:
self.delete_all_indexes()
await self.delete_all_indexes(self._database)
range_indices: list[LiteralString] = get_range_indices(self.provider)