fix: Use same dataset name accross cognee calls
This commit is contained in:
parent
e061f34a28
commit
45bb3130c6
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ async def main():
|
|||
extraction_tasks=extraction_tasks,
|
||||
enrichment_tasks=enrichment_tasks,
|
||||
data=[{}],
|
||||
dataset="feedback_enrichment_test_memify",
|
||||
dataset=dataset_name,
|
||||
)
|
||||
|
||||
nodes_after, edges_after = await graph_engine.get_graph_data()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue