AI Integration

5 min read

Building a RAG Pipeline on SQL Server: What I Learned

Recently, I worked on setting up a RAG pipeline using SQL Server as the vector database. The main goal was to test how practical SQL Server is for storing embeddings, searching similar content, and integrating AI features into an existing production-style database.

May 14, 2026 · 94 views
4 min read

Building a Personal RAG Chatbot with Laravel and pgvector

I built a RAG (Retrieval-Augmented Generation) chatbot and embedded it in this blog so visitors can ask questions about me and get answers backed by real indexed documents — not hallucinations.

May 10, 2026 · 117 views