AI Learning Guide

Aralia AI SDK

AI Agent Tutorial

Quick Start

System Overview & Core Concepts

Prerequisite

Experiment in Colab

Custom AI Workflow

🔌DataPlanet API


What can Aralia OpenRAG do?

Aralia OpenRAG is a sample experience that combines AI semantic understanding, LLM RAG technology, and the Aralia Open Ecosystem to show how you can retrieve precise, source-attributable data and analytical results from the Data Ecosystem—just by chatting.

It relies on Aralia’s AI SDK to handle semantic understanding, information retrieval, and data parsing.

image.png

Try the integrated experience below:

  1. Open “Open RAG Demo Site”https://openrag.dev.araliadata.io/

    https://openrag.dev.araliadata.io/

  2. Paste the following into the input box and submit:

    Is there a relationship between the average GDP growth at purchasers' prices from 2021 to 2024 and the Gini coefficient of each state in Malaysia in 2024?
    
  3. The Aralia OpenRAG Demo service will automatically trigger five tool nodes (Find datasets → Plan → Decide query parameters → Execute query → Generate insights) and return:

Behind the scenes, the AI understands the user’s question, searches for relevant insights inside Aralia’s Ecosystem, and responds to the user’s request.

Want to test more? Try these prompts:

  1. Malaysia | GDP Growth × Gini (2019/2021–2024)
  2. Traffic Safety | DUI and Accidents

Tips: Ask a “complete question”


How to “say it all at once”

🧩 Prompt Template

Is there a relationship between <Metric A> in <Time Range A> and <Metric B> in <Time/Year B> across <Geography Level/Scope>?

Example (ready to use):

Is there a relationship between the average GDP growth at purchasers' prices from 2021 to 2024 and the Gini coefficient of each state in Malaysia in 2024?

🧯 Common Misunderstandings (learn faster)

🙅‍♂️ Counter-Examples (unanswerable)

To understand how the AI achieves these results, continue to the sections below for the key concepts.

← Previous Chapter: AI Agent Tutorial

Next Chapter: System Overview & Core Concepts