AI
Building a RAG Chatbot: From pgvector to an Agentic Loop
How I built the /ask assistant on this site — chunking and embedding the corpus with Voyage, semantic search over pgvector, a grounded citation prompt, and the agentic tool-calling loop that retrieves iteratively. Plus how it all ships to production.
RAGAIpgvectorEmbeddingsAgents