Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

1-ai.md

AI ChatBot

The AI ChatBot allows querying the knowledge graph in natural language. It generates and executes Cypher queries automatically based on your questions, then returns structured results with a plain-language explanation.

Interface

  • A chat area displaying the conversation history with timestamps
  • A text input at the bottom: “Ask the agent to explore your graph…”
  • A mode selector (Agentic ▾) to switch between interaction modes
  • A + button to start a new conversation

How It Works

  1. Type your question in natural language
  2. The assistant generates a Cypher query (visible in a collapsible CYPHER block)
  3. The query is executed against the knowledge graph
  4. Results are returned as a data table and a natural language synthesis

Each response includes:

  • Execution time
  • Copy, thumbs up 👍, and thumbs down 👎 buttons
  • A View details link for the full query details

Example

“Give me the impacts and associated programs if I modify part P-1002”

The assistant identifies the relevant graph traversal, retrieves the impacted assemblies and aircraft programs, and explains the results in plain language.