Open or create a notebook
- Expand Notebooks in the sidebar.
- Open the example notebook (Python Development with Cognee Tutorial) or create a new one with +.
Using operations
- add() and cognify() can also be run in the UI, but in notebooks you can call them programmatically.
- memify() and search() are available only in notebooks.
Add data
Upload files or text content into your dataset:You can only add
.txt
files in notebooks. In particular, you should convert PDFs to text before adding them.Cognify data
Transform your data into a knowledge graph:Memify data
Enrich your knowledge graph with semantic relationships:Search your data
Query your knowledge graph with natural language:Next steps
- Explore memify to infer new relationships.
- Automate ingestion and analysis with the Cogwit SDK.