Step 1: Get Your API Key
To use Intellibase, you need an API key:- Log in to the Intellibase Dashboard
- Navigate to API Keys
- Click Create API Key
- Copy your key (it starts with
ib-)
Download Postman Collection
Pre-configured API requests ready to use with your API key
Step 2: Create a new Project
Intellibase offers two project modes:- KG + Vector Mode
- Vector-Only Mode
Best for: Capturing complex multi-hop relationships, hierarchal understanding, temporal reasoning and high accuracy.Optionally define your custom ontology - You can define a custom ontology for your knowledge graph (with help from AI) so that you get
a highly dependable graph that captures all the information that is important to your agent without any unnecessary noise.
- Custom/ Static Ontology
- Dynamic Ontology
- Use the suggest ontology endpoint to get a suggested ontology by describing the use case or agent persona, optionally sample expected input/ ouput that the agent will be expected to perform.
- Use the create ontology endpoint to save the ontology into Intellibase and generate an ontology ID.
cURL
- Then create your project with the ontology ID you got from the previous step:
Save the
project_id from the response - you’ll need it for all subsequent operations.Step 3: Ingest data into your project
Now let’s add some data to your project. We currently only support text input, we’ll soon be adding support for more input data types.Step 4: Check Ingestion Status
Monitor your ingestion job:When
status is completed, your data is ready to query!Step 5: Query Your Data
Ask natural language questions to fetch the most relevant nodes, edges and chunks.- Static Mode (Fast)
- Dynamic Mode (Intelligent)
The static query mode is designed for low latency and does not use AI during retrieval.
The results are still of very high quality and better than a basic vanilla vector RAG system.