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
- Type your question in natural language
- The assistant generates a Cypher query (visible in a collapsible CYPHER block)
- The query is executed against the knowledge graph
- 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.