scienceDeep Dive
AI Engineering
·
Jul 14, 2026
·
19 min read A reference to all 39 evaluators in Azure’s AI Evaluation SDK — quality, RAG, agent, safety, and custom — organized by which ones you can actually import, and which only exist in the cloud catalog.
scienceDeep Dive
AI Engineering
·
Apr 18, 2026
·
15 min read Add per-request context with focused providers, compose them before each LLM call, and plug in TextSearchProvider for simple RAG.
scienceDeep Dive
AI & LLM
·
Apr 24, 2025
·
16 min read
TL;DR: This guide walks you through building a production-ready RAG system using FastAPI, ChromaDB, MinIO, and OpenAI. Learn document chunking, vector embeddings, hybrid search, and real-world deployment strategies.
Introduction # As a .NET developer watching the AI space move fast, I found myself both excited and skeptical. When tools like Claude.ai and ChatGPT started offering out-of-the-box RAG solutions, I wanted to build my own system with full control over the implementation.