Skip to content

Rajeev Singh | Coder, Blogger, YouTuber

Rajeev Singh | Coder, Blogger, YouTuber

  • Home
  • AI
  • ML
  • PaaS
  • Kubernetes
  • Microservices
  • DevOps
  • Integration
  • All Blogs
  • Azure Communities
  • About Me
Gen AI

Microsoft Agent Framework: The Open-Source Engine for Agentic AI Apps

Rajeev Singh October 5, 2025 0 Comments

Microsoft has unveiled the Microsoft Agent Framework in Public Preview, introducing a unified, open-source SDK and runtime that brings together the strengths of AutoGen and Semantic Kernel. This powerful combination…

Gen AI

Unlock the Power of AutoGen Framework for Multi-Agent Systems

Rajeev Singh February 14, 2025 1 Comments

In my previous post, “Getting Started with AutoGen – A Framework for Building Multi-Agent,” I delved into the basics of the AutoGen Framework, providing step-by-step instructions and discussing how AutoGen…

Gen AI

Getting Started with AutoGen – A Framework for Building Multi-Agent

Rajeev Singh February 8, 2025 1 Comments

In the previous post, I delved into multi-agent applications, highlighting how complex tasks can benefit from multi-agent solutions and the challenges they present. We also explored the capabilities of the…

Gen AI Gen AI

Unlock the Power of AI: Creating Your First AI Agent Using Semantic Kernel

Rajeev Singh January 31, 2025 1 Comments

In my previous blog, we explored the concept of an AI Agent. For more details on what an AI Agent is and how to create your first one, refer to…

Gen AI Gen AI

Kickstart Your Journey with Multi-Agent Systems: Build Your First Multi-Agent Using Python and Azure OpenAI

Rajeev Singh January 23, 2025 2 Comments

This blog offers an overview of multi-agent systems, highlighting their advantages and how they differ from single-agent systems. It includes three examples and provides instructions for developing multi-agent systems using…

Gen AI Gen AI

Create Your First AI Agent with Azure AI Service

Rajeev Singh January 20, 2025 2 Comments

In this blog, we’ll walk through the process of creating your first AI agent using Azure AI Agent Service. We’ll focus on creating a basic agent setup that uses Managed…

Gen AI Gen AI

Part3: Enterprise Chat AI: Customize data, UI, Document Security, Evaluate, Scale, Load testing, Monitoring.

Rajeev Singh June 15, 2024 1 Comments

This blog is the continuation of Enterprise Chat AI series and the final post. In this first part, we delved into the architecture of Enterprise Chat AI and showcased a…

Gen AI Gen AI

Part 2: Enterprise Chat AI: Guidelines for productionizing (DevOps setup, Scaling, Cost optimization, Security)

Rajeev Singh June 15, 2024 2 Comments

In this second part of the blog, we will explore the process of setting up DevOps pipelines, productionizing our Chat AI solution, reviewing Scaling, Cost and Security measures. Overview: In…

Gen AI Gen AI

Part 1: Enterprise Chat AI: Architecture and Demo

Rajeev Singh June 14, 2024 1 Comments

Enterprise Chat AI: Architecture and Demo In this blog series, we will delve into the realm of Enterprise Chat AI, exploring its architecture, design, and implementation. ✅In this first part,…

Azure PaaS Gen AI Gen AI

Beyond the Basics: Advanced Serverless AI Chatbots Using RAG and LangChain.js

Rajeev Singh May 11, 2024 0 Comments

In this blog post, we will demonstrate how to build a serverless AI chat experience with retrieval-augmented generation using LangChain.js and Azure. The application will be hosted on Azure Static…

Gen AI Gen AI

Build Your Personal RAG Chatbot on a PDF document: Langchain, ChromaDB on GPT 3.5

Rajeev Singh May 4, 2024 0 Comments

The purpose of this blog is to demonstrate RAG implementation using LlamaIndex framework to construct a simple chatbot to answer a series of questions. Overview: In this blog, we will…

Gen AI Gen AI

Build a Custom Copilot powered by Microsoft Phi-3 SLM using Azure AI Studio and Microsoft Copilot Studio

Rajeev Singh April 28, 2024 0 Comments

Microsoft recently introduced Phi-3, a family of open AI models. Building a custom Copilot powered by Microsoft’s Phi-3 SLM is a powerful way to create a personalized AI assistant. By…

Gen AI Gen AI

Hear and speak with Chat Models

Rajeev Singh April 19, 2024 0 Comments

The chat functionality in the Azure AI Studio playground allows users to engage with AI-driven conversations, both hearing and speaking with AI models. This interactive environment provides a convenient way…

Gen AI Gen AI

Getting started with Azure Open AI Services

Rajeev Singh April 15, 2024 1 Comments

To leverage the scale of large language models (LLMs) and power your solution’s AI capabilities, it is essential to create an Azure OpenAI service. This cloud platform offers a range…

Gen AI Gen AI

Build your first Prompt Flow

Rajeev Singh April 14, 2024 3 Comments

Prompt flow is a powerful tool that enables developers to create, customize, and run flows easily and efficiently. With its ability to generate flows and iterate on them, Prompt flow…

Gen AI Gen AI

Build and deploy a Q&A Copilot with Prompt Flow

Rajeev Singh April 13, 2024 2 Comments

In our previous blog post (Create your own Copilot), we walked through the process of creating a chat assistance using Azure AI Studio. We deployed it as a web app…

Gen AI Gen AI

Create your own Copilot that uses your own data with an Azure OpenAI Service Model

Rajeev Singh April 12, 2024 10 Comments

In a world of constant innovation and change, it is crucial for businesses to leverage the power of artificial intelligence to stay ahead. By creating your own copilot that uses…

Gen AI Gen AI

Getting started with Azure AI Studio

Rajeev Singh April 5, 2024 5 Comments

Azure AI Studio tool empowers you to unlock the full potential of machine learning and automate tasks effectively. By leveraging the powerful tools and features provided by Azure AI Studio,…

Gen AI

Read printed and handwritten text from an image using OCR client library, C#

Rajeev Singh April 5, 2024 0 Comments

Get Started with Azure AI Vision Read REST API or Client Libraries The Azure AI Vision Read REST API or client libraries provide developers with AI algorithms for extracting text…

Gen AI

Getting started with OCR

Rajeev Singh April 5, 2024 1 Comments

Machine-learning-based OCR techniques allow you to extract printed or handwritten text from images such as posters, street signs and product labels, as well as from documents like articles, reports, forms,…

Gen AI

Azure Image Analysis using Azure SDK, C#

Rajeev Singh April 5, 2024 0 Comments

Extracting Various Visual Features from Images with Azure AI Vision Image Analysis Service. The Azure AI Vision Image Analysis service is a powerful set of tools for extracting various visual…

Gen AI

Getting started with AI vision

Rajeev Singh April 5, 2024 2 Comments

Overview: What is Azure AI Vision? Azure’s Azure AI Vision service gives you access to advanced algorithms that process images and return information based on the visual features you’re interested…

Architecture Azure App Modernization Azure DevOps Azure PaaS

Setting up DevOps pipeline for Angular

Rajeev Singh October 13, 2023 1 Comments

This post serves as a continuation of our previous article on App Modernization scenario, specifically focusing on Cloud Native Development. In this article, we will delve into the crucial aspect…

Architecture Azure App Modernization Azure DevOps Azure PaaS

Design and deploy Cloud Native SPA using Angular

Rajeev Singh October 13, 2023 2 Comments

This post serves as a continuation of the previous article, which focused on the App Modernization scenario. In this installment, we will delve into the process of designing a Cloud…

Architecture Azure App Modernization

App modernization using Native Cloud Development

Rajeev Singh October 4, 2023 0 Comments

Migrating your on-premises workload to the cloud using the Cloud Native development scenario offers numerous advantages, such as increased scalability, flexibility, and cost savings. By following the step-by-step process outlined…

Architecture Azure App Modernization Azure PaaS Kubernetes

Rehost an on-premises application to Containers

Rajeev Singh October 1, 2023 2 Comments

To take advantage of the benefits of the cloud and new technologies like containers, you should at least partially modernize your existing .NET applications. Ultimately, modernizing your enterprise applications will…

Azure App Modernization

Rehost an on-premises application and migrate On-prem SQL Server database to Azure

Rajeev Singh September 30, 2023 0 Comments

Migrating your on-premises workload to the cloud using the Re-host scenario offers numerous advantages, such as increased scalability, flexibility, and cost savings. By following the step-by-step process outlined in this…

Architecture Azure App Modernization

App modernization- re-host scenario

Rajeev Singh September 29, 2023 3 Comments

In this post, we will thoroughly explore the step-by-step process of planning and migrating your on-premises workload to the cloud, specifically focusing on the Re-host scenario. Overview: Lift and shift:…

Architecture Azure App Modernization

Migrating an existing on-prem workloads to Microsoft Azure

Rajeev Singh September 29, 2023 0 Comments

Migrating an existing on-premises workload to Microsoft Azure involves a series of steps and considerations. This blog aims to provide a comprehensive guide for successfully moving your workloads to the…

Integration

Azure iPaaS – Enterprise Integration Architecture and Scenarios

Rajeev Singh September 28, 2023 2 Comments

There are various integration scenarios and for each of these scenarios Azure iPaaS platform has various Architecture defined along with best practices. We will cover these scenarios and its architecture…

Integration iPaaS

Integration Patterns and guide to Hybrid Connectivity using Microsoft iPaaS services

Rajeev Singh September 24, 2023 0 Comments

Integration plays a vital role in connecting applications, data, services, and devices within organizations. In today’s digital landscape, effective integration is essential for businesses seeking to stay competitive and drive…

Kubernetes

App Modernization using AKS (Azure Kubernetes Services)

Rajeev Singh February 12, 2022 0 Comments

Kubernetes is a rapidly evolving platform that manages container-based applications and their associated networking and storage components. It provides a declarative approach for deployments, backed by a robust set of…

Posts pagination

1 2 … 9

Next Page »

Rajeev Singh | Coder, Blogger, YouTuber

Copyright © All rights reserved Blogus by Themeansar.

Rajeev Singh | Coder, Blogger, YouTuber
Proudly powered by WordPress Theme: Blogus.
 

Loading Comments...