<aside>
<img src="/icons/cursor_gray.svg" alt="/icons/cursor_gray.svg" width="40px" /> Hello world! This RAG chatbot that was orchestrated to be geared towards (a) sales, (b) customer services, or (c) capturing leads.
This project was geared towards mid-size professional services firm requiring a focus on capturing leads with quick CTAs, while making sure the AI is fully capable of answering all services related questions.
</aside>
<aside>
Table Of Contents
</aside>
Most businesses have websites full of useful content, service pages, pricing information, resources and guides, outcome statistics, student success stories, but users reaching out on WhatsApp had no way to discover any of it on their own. Staff were answering the same 20 questions repeatedly.
The ask was simple in principle: build a chatbot that knows everything on the websites, answers questions naturally, and guides interested users toward booking a call.
The hard parts turned out to be:
| Language | Python 3.11+ |
| Package manager | uv |
| Web scraping | httpx, BeautifulSoup4, lxml |
| LLM orchestration | LangChain (langchain, langchain-classic) |
| LLM providers | OpenAI GPT-4o |
| Embeddings | OpenAI `text-embedding-3-small`|
| Vector store | ChromaDB (persistent, local) |

