← Back to Portfolio
Project Breakdown

Business Chatbot
Powered by RAG

An AI chatbot that ingests your company data and answers customer questions accurately. Built on Claude API with a full Retrieval-Augmented Generation pipeline. Embeds on any website.

Claude API RAG Pipeline Vector Embeddings JavaScript Node.js
Proton X50 Assistant
● Online
What safety features does the X50 have?
The X50 comes with 6 airbags, ABS with EBD, Electronic Stability Control, Hill Hold Assist, and a 360-degree camera. The Flagship adds Autonomous Emergency Braking and Lane Keep Assist as standard.
Which variant has the panoramic roof?
The panoramic sunroof is on the Premium and Flagship variants. Premium gives you the sunroof at a lower price point if that is your main priority.
Ask about the X50...
Capabilities

What it does

A chatbot that actually knows your business, not a generic bot pulling from a FAQ page.

📄

Ingests Your Data

Feed it product specs, manuals, or FAQs. It learns your content, not generic training data.

🎯

Answers Accurately

RAG retrieves the exact relevant content before generating a response. No hallucinations.

💬

Remembers Context

Maintains conversation history so users can ask follow-ups naturally without repeating themselves.

🔌

Embeds Anywhere

Drops into any website as a widget via a single script tag. No rebuild required.

Architecture

How it works

A clean RAG pipeline from document ingestion to accurate AI response in four steps.

1

Document Ingestion

Your content is parsed and split into semantic chunks optimised for retrieval.

2

Vector Embedding

Each chunk is converted into a vector and stored. This powers semantic search based on meaning, not keywords.

3

Retrieval

When a user asks a question, the pipeline finds the most relevant chunks using similarity search.

4

Generation via Claude API

The retrieved context is passed to Claude alongside the question. It generates a grounded, accurate response every time.

Tech Stack

Built with

Chosen for accuracy, speed, and ease of integration into any existing website.

AI Model
Claude API
Retrieval
RAG Pipeline
Search
Vector Embeddings
Backend
Node.js
Widget
JavaScript
Deployment
Embeddable

Want this for your business?

I can build a chatbot trained on your data and embed it on your site within days.