← 🤖 Algorithms & AI

🔌 RAG Support Assistant

Idle — pick a question and press Ask.
Retrieved chunks:
Avg. similarity:
FPS:
Charging errors
Connector types
Billing & payments
App & network
Charging speed
Drag — rotate · Scroll — zoom

🔌 Building a Retrieval-Augmented Generation Assistant for EV Charging Support

A 3D vector space full of EV-charging support documents, where a query is embedded, matched against nearby chunks, and fed into a language model that generates a grounded answer on a live terminal panel.

🔬 What It Demonstrates

Documents cluster by topic in embedding space; the closer a chunk sits to the query point, the more semantically similar it is. Retrieval pulls only the nearest chunks above a similarity threshold into the model's context.

🎮 How to Use

Pick a sample support question, tune top-K and the similarity threshold, and press Ask. Watch retrieval lines light up, particles carry chunks to the language-model core, and the answer type out on the terminal.

💡 Did You Know?

Production RAG systems for support desks often re-embed and re-index documents within minutes of a manual update, so answers stay current without retraining the underlying model.