For non-developers or users looking to quickly test Unize AI, we have created a playground in our API Dashboard which you can use to make requests to Unize AI without writing any code. You will need a verified Unize API account and a positive balance in your account (to see how to set up your account, please refer to the Initial Setup page).

Generating a Knowledge Graph

Here is a step-by-step guide on how to generate a knowledge graph using the Playground:
1

Access the Playground

Access the Playground by navigating to the Playground page.Where to find the Playground from the API dashboard
2

Click on the "Create Graph" button.

Create graph during initial use
3

Input all required information listed on the Create Graph panel, then click "Save".

Explanation on what are the expected information to run the API

Adding New Document to a Knowledge Graph

You can also add a new document to existing graphs! This allows you to continually expand a knowledge graph, and Unize AI ensures that additional information is added in a coherent manner.
1

Click on the existing knowledge graph you want to add a new document to.

Selecting an existing knowledge graph to add a new document to
2

Click on the "Add Document" button and repeat the process of inputting required information and clicking "Save".

Clicking on the add document button and inputting required information

Visualizing a Generated Knowledge Graph

To view the generated graph from the API Dashboard, navigate to the Playground and click on the graph_id of the graph you want to visualize. You will be redirected to the graph visualization page. How to visualize a generated graph The graph visualization page displays the nodes and relationships of the generated graph. You can interact with the graph by zooming in and out, dragging nodes, and clicking on nodes or relationships to view their properties.

Asking Questions to a Knowledge Graph

As soon as you generate or import your graphs into Unize, you can begin asking questions to any of the graphs right away. Getting answers from your knowledge graph is as simple as following these steps:
1

Go to the Playground

Access the Playground by navigating to the Playground page.Where to find the Playground from the API dashboard
2

Pick a graph to start asking questions

Selecting a knowledge graph to ask questions to
3

Ask your question and click "Submit"

On the right sidebar, make sure that you are on the “Chat” tab.Ensuring you are on the chat tabThen on the text box at the bottom enter your question and click “Submit”.
Your answer may take a few minutes to generate. Please avoid clicking away from this page on Unize.
Enter your question and click 'Submit'
Each question you ask is independent of one another. The AI has no memory.

Importing a Knowledge Graph

You can seamlessly bring an existing knowledge graph into Unize. Currently, we support imports via Cypher Query Language. To get started, just follow these steps:
1

Go to the Playground

Access the Playground by navigating to the Playground page.Where to find the Playground from the API dashboard
2

Click on the 'Import Graph' button

Clicking on the import graph button
3

Import your Graph

Enter your graph in Cypher Query Language format, give it a name, and click Import Graph to bring it into Unize.Entering graph name and Cypher data to import a graph