Merge branch 'dev' into feature/cog-2746-time-graph-to-cognify
This commit is contained in:
commit
6d38ece89c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from cognee.infrastructure.databases.graph.get_graph_engine import get_graph_eng
|
||||||
from cognee.infrastructure.databases.relational import get_relational_engine
|
from cognee.infrastructure.databases.relational import get_relational_engine
|
||||||
|
|
||||||
|
|
||||||
async def prune_system(graph=True, vector=True, metadata=False):
|
async def prune_system(graph=True, vector=True, metadata=True):
|
||||||
if graph:
|
if graph:
|
||||||
graph_engine = await get_graph_engine()
|
graph_engine = await get_graph_engine()
|
||||||
await graph_engine.delete_graph()
|
await graph_engine.delete_graph()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue