Update graphiti_core/driver/kuzu_driver.py
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
da1a417059
commit
c6a192a274
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue