fix: add data points task
This commit is contained in:
parent
c747a05717
commit
1a73779353
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ async def get_default_tasks(
|
|||
summarization_model=cognee_config.summarization_model,
|
||||
task_config={"batch_size": 10},
|
||||
),
|
||||
Task(add_data_points, only_root=True, task_config={"batch_size": 10}),
|
||||
]
|
||||
except Exception as error:
|
||||
send_telemetry("cognee.cognify DEFAULT TASKS CREATION ERRORED", user.id)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue