feat: make tasks a configurable argument in the cognify function
This commit is contained in:
parent
bbb8e8951c
commit
c747a05717
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ 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