Transform datasets into structured knowledge graphs through cognitive processing.
This endpoint is the core of Cognee’s intelligence layer, responsible for converting raw text, documents, and data added through the add endpoint into semantic knowledge graphs. It performs deep analysis to extract entities, relationships, and insights from ingested content.
{
"datasets": ["research_papers", "documentation"],
"run_in_background": false
}
To cognify data in datasets not owned by the user and for which the current user has write permission, the dataset_id must be used (when ENABLE_BACKEND_ACCESS_CONTROL is set to True).
After successful processing, use the search endpoints to query the generated knowledge graph for insights, relationships, and semantic search.