System Overview & Core Concepts
Experiment with Aralia SDK in Colab
The Aralia OpenRAG SDK is publicly available on GitHub. You can clone the repository with any Git tool (e.g., SourceTree) to read the code and practice.
https://github.com/araliadata/AraliaOpenRAG
If you’d like to build your own AI workflow, start with the references below and tailor an AI workflow that best fits your use case.
graph.py — uses LangGraph to chain the five nodes and run them in a fixed order.node.py — core behaviors of the five agents.aralia_tools.py — OAuth, dataset search, field/range exploration, and actual querying.schema.py — fields, formats, and calculation methods.prompts.py — dataset selection, chart planning, and insight interpretation.state.py — LangGraph state, including question, ai, at, final_response, etc.<aside> 📌
Tip: Get comfortable with: variables, functions, conditionals, loops, modules, installing packages with pip, and running notebooks in Colab.
</aside>
← Previous: Experiment with Aralia SDK in Colab
Next: 🔌 DataPlanet API →