- Complete Quickstart to understand basic operations
- Ensure you have LLM Providers configured
- Have an existing knowledge graph (add → cognify completed)
What Memify Does
- Pulls a subgraph (or whole graph) into a mini-pipeline
- Applies enrichment tasks to create new nodes/edges from existing context
- Defaults: extracts relevant chunks and adds coding rule associations
Full Working Example
This simple example uses basic text data for demonstration. In practice, you can enrich large knowledge graphs with complex derived facts and associations.
What Just Happened
Step 1: Build Your Knowledge Graph
Step 2: Enrich with Memify
node_name
and node_type
.
Step 3: Query Enriched Data
SearchType.CODING_RULES
.
Customizing Tasks (Optional)
What Happens Under the Hood
The default memify tasks are equivalent to:- Extraction:
Task(extract_subgraph_chunks)
- pulls relevant chunks from your graph - Enrichment:
Task(add_rule_associations, rules_nodeset_name="coding_agent_rules")
- creates new associations and rules