Transforming ingested data into a knowledge graph with embeddings, chunks, and summaries
.cognify
operation takes the data you ingested with Add and turns plain text into structured knowledge: chunks, embeddings, summaries, nodes, and edges that live in Cognee’s vector and graph stores. It prepares your data for downstream operations like Search.
.cognify
multiple times as your dataset grows, and Cognee will skip what’s already processed.cognify
pipeline is made of six ordered Tasks. Each task takes the output of the previous one and moves your data closer to becoming a searchable knowledge graph.
Document
object with metadata and optional node setsTextSummary
DataPoints.cognify
completes for a dataset:
Pipeline tasks (detailed)
Data
rows into Document
objectsDocumentChunk
s using a chunkerTextSummary
DataPoints for vector searchDatasets and permissions
Incremental loading
.cognify
processes all data in a datasetincremental_loading=True
, only new or updated files are processedFinal outcome