docs(examples): worked graph-exploration walkthrough (Cypher -> GDS -> embeddings)#73
Merged
Merged
Conversation
…DS -> embeddings) A worked, end-to-end example of using context-intelligence as an analytics substrate over Amplifier session history: starting from a plain-language question and escalating through Cypher graph queries -> Neo4j GDS (project.cypher, knn, louvain, pageRank) -> OpenAI embeddings for semantic intent clustering. Includes five rendered diagrams (method escalation, agent co-occurrence communities, delegation star, GDS session-clustering transformation, and the machinery-vs-mission discovery). Pairs with the context-intelligence-gds skill (the reusable procedure) and the existing context-intelligence-exploration-guide (the how-to). Corpus: team-shared ~2,065 sessions + private ~3,375 sessions / 56,653 tool calls; 3,199 first-prompts embedded. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A worked, end-to-end example of using context-intelligence as an analytics substrate over Amplifier session history. Demonstrates the full escalation path: from a plain-language question through Cypher graph queries → Neo4j GDS (project.cypher, knn, louvain, pageRank) → OpenAI embeddings for semantic intent clustering.
What's Included
Corpus Scale
Note for Reviewers
This example contains real mined session content (workspace names and short prompt excerpts from a single-user corpus). Please review and flag if any anonymization is needed before merge.
Related Work
Pairs with the skill (newly landed on main — the reusable procedure) and the existing (the how-to reference).
Docs only. No code changes; conform validation unaffected.