fix: Fix pruning of relation database for Notebook

Fixes issue regarding no pruning of relational database for Jupyter Notebook

Fix #COG-387
This commit is contained in:
Igor Ilic 2024-10-10 18:03:27 +02:00
parent 3fb1accdd2
commit 1446606e95

View file

@ -601,7 +601,7 @@
"\n",
"import cognee\n",
"\n",
"await cognee.prune.prune_system()"
"await cognee.prune.prune_system(metadata=True)"
]
},
{