Skip to content

AI Query Assistant

The AI Query Assistant is a chat panel built into the query workspace that helps you write, understand and refine graph queries — in the query language of the connection you're working on, whether that's Gremlin, Cypher, SPARQL or another supported language.

Open it with the Query Assistant button in the query editor toolbar.

What it does

Ask for what you want in plain English — "find the five suppliers with the most delayed shipments and the routes between them" — and the assistant replies with an explanation and a ready-to-run query. You can then:

  • Apply to editor — insert the suggested query into the current editor tab to review or tweak it, or
  • Apply and run — insert it and execute it in one click.

Because the assistant sits inside your workspace, it isn't answering from a blank slate. Along with your message, it is given the context of what you're working on: the connection's schema/data model, the query currently in your editor, and a sample of your latest results. That means it can refine the query you already have ("now aggregate this by region"), explain what a query does, or help diagnose why it isn't returning what you expected — using your actual model rather than guesswork.

Conversations are saved, and you can keep several going at once — switch between them or start a fresh one from the panel's toolbar.

Bring your own AI provider

gdotv does not proxy your data through any AI service of its own. The assistant only works with a provider you configure under Settings → AI Providers, and supports:

  • OpenAI
  • Azure OpenAI
  • Anthropic
  • Google Gemini
  • Amazon Bedrock
  • Ollama — for running local or self-hosted models, keeping everything on your own infrastructure

You supply your own credentials and choose a default model; until a provider is configured, the assistant stays inactive. Everything the assistant sends — your messages and the workspace context described above — goes directly to the provider you configured, and nowhere else.

Access control

In gdotv Enterprise, using the assistant requires the Developer or Admin role on the connection, and AI provider settings can only be changed by Admins.