Test KG Auto-linking Demo
This document demonstrates the KG auto-linking functionality.
When using the Terraphim Engineer role with terraphim_it: true, terms from the knowledge graph should automatically become clickable links:
- The graph concept is central to our architecture
- Our haystack system indexes documents efficiently
- The service layer provides core functionality
- graph embeddings improve semantic search
These terms should be converted to markdown links with the kg: protocol when processed by the system.
Testing
To test this functionality:
- Load this document with the Terraphim Engineer role
- Check if KG terms become
[term](kg:term)links - Verify the links are clickable in the frontend
The preprocessing should convert:
graphβ[graph](kg:graph)haystackβ[haystack](kg:haystack)serviceβ[service](kg:service)graph embeddingsβ[graph embeddings](kg:graph-embeddings)