Quick Start
Get up and running with Jabrod in minutes by creating a pipeline, adding data, and querying it via the API.1. Create a Pipeline
First, create a RAG pipeline from the Jabrod dashboard:1
Log in to your account
Go to agent.jabrod.com and log in.
2
Navigate to Pipelines
Go to the Pipelines section in the dashboard.
3
Create Pipeline
Click Create Pipeline. Give it a name and configure the chunking strategy and embedding model.
2. Add Data Sources
Once your pipeline is created, you need to add data to it:- Open your pipeline.
- Go to the Data Sources tab.
- Click Add Source and upload a file, paste text, or provide a URL.
- Jabrod will automatically chunk and embed the data, storing it in the vector database.
3. Generate an API Key
To query your pipeline, you need a pipeline-specific API key:- Go to the API Keys tab inside your pipeline.
- Click Create Key.
- Copy the key immediately. It starts with
rag_and will only be shown once.
4. Query your Pipeline
Now you can use the REST API to query your knowledge base. Include your API key in theAuthorization header.
Response Example
Next Steps
API Reference
Explore the full REST API documentation.
