| Guide | What it covers |
|---|---|
| Custom Prompts | Override the LLM prompt used for entity/relationship extraction in cognify. |
| Custom Graph Schema | Supply a custom summarization schema (wired) and a custom graph-extraction schema (set-but-not-consumed in the standalone pipeline). |
| Ontology | Ground extraction with an RDF/OWL/JSON-LD ontology. |
| Temporal Cognify | Extract events/timestamps and query them with temporal recall. |
| Memify Node Filtering | Scope memify enrichment to specific node types / names (node sets). |
Guides
Guides
Task-oriented how-tos for cognee-rust, each with what the feature does, when to use it, a runnable example, and a pointer into the code.
Focused, task-oriented how-tos for cognee-rust. Each guide states what the
feature does, when to use it, a runnable example, and a pointer into the code.
For the end-to-end story start with Getting Started
and Operations.
Previous
Custom Graph SchemaSwap the LLM's structured output shape in cognify via summarization_model (wired) and graph_model (set but not consumed in the standalone pipeline).
Next