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:
parent
3fb1accdd2
commit
1446606e95
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"import cognee\n",
|
"import cognee\n",
|
||||||
"\n",
|
"\n",
|
||||||
"await cognee.prune.prune_system()"
|
"await cognee.prune.prune_system(metadata=True)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue