refactor: Allow none for dataset ids
This commit is contained in:
parent
e8de6b7a98
commit
8034916600
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from cognee.shared.data_models import KnowledgeGraph
|
|||
|
||||
class CognifyPayloadDTO(BaseModel):
|
||||
datasets: List[str]
|
||||
dataset_ids: Optional[List[UUID]]
|
||||
dataset_ids: Optional[List[UUID]] = None
|
||||
graph_model: Optional[BaseModel] = KnowledgeGraph
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue