Generate a Graph with AI

Graph Studio leverages Oracle's SELECT AI capabilities, which utilize Large Language Models (LLMs), to efficiently define and generate a property graph from the database tables that you selected in the Select Tables step of the property graph wizard.

Before you begin, note the following:

Perform the following steps to continue generating the graph with AI:
  1. Select an AI profile from the SELECT AI Profile drop-down.
  2. Optionally, add custom prompts if required.
  3. Click Generate to generate the property graph.
    Always review the graph definition and, if required, perform any of the following actions:
    • You can modify the graph definition. See Build a Graph Manually on how to update the graph definition in the Designer tab.
    • You can assign multiple labels to the graph element tables if you are creating a SQL property graph. See Assign Multiple Labels to Vertex or Edge Tables for more information.
    • You can define custom properties for a vertex or an edge element. See Add Custom Property Expressions for more information.
    • Verify if the vertex and edge table keys are defined for the graph. These keys are generated automatically by the property graph wizard. In case the wizard is unable to generate the vertex and edge table keys, then you must manually specify these keys. See Specify Vertex and Edge Table Keys for more information on how to add or edit the vertex and edge table keys.
  4. Proceed to complete the graph creation following the instructions from step-9 onwards as explained in Create a Property Graph from Existing Relational Tables.