Latest Posts
Building a Production ready Agentic RAG Pipeline: TF-IDF, HNSW, LSH, CAG, guardrails and More
**TL;DR** This post outlines a potentially effective approach to user queries by implementing a Agentic Retrieval-Aug...
Building a Production ready RAG Pipeline: TF-IDF, HNSW, LSH, CAG, guardrails and More
**TL;DR** This post outlines a potentially effective approach to user queries by implementing a Retrieval-Augmented G...
Developing powerful Agentic AI through GitHub Copilot’s custom agents.
In this post, we’ll explore what Copilot Custom Agents are, the problem they solve, and how you can automate multi-ag...
AI Model Performance metrics
these metrics are important for model monitoring and improvement
Unlock the power of offline speech recognition with the VOSK API!
TL;DR Vosk API Overview: A powerful, offline speech recognition framework for converting spoken language into text wi...
Deploy a simple supervised machine learning algorithm in Azure as a function.
This post outlines the development of a supervised machine learning model using the DecisionTreeClassifier algorithm....