Creating a LinkedIn MCP ServerIn this story we are going to explore how you can create an MCP server which you can use to extract information from LinkedIn. We are going…2d ago2d ago
First Agent with Google’s Agent Development KitGoogle has released its Python based Agent Development Kit and I decided to write a small weather agent with it with which you can have a…Apr 19Apr 19
A Real Estate AI Agent with DSPYIn this story we are going to show how you can build a simple real estate property agent using DSPY. The real estate agent is able to…Dec 5, 2024A response icon2Dec 5, 2024A response icon2
Published inPython in Plain EnglishExtracting Text From Images With LangChainModern MLLMs (MultiModal Large Language Models) are capable of describing images and also of recognizing text embedded in images. There are…Nov 5, 2024Nov 5, 2024
A Simple Agent Framework using ReActThis story is about how you can write an agent framework from scratch without the help of any framework like LangChain or LlamaIndex. We…Aug 21, 2024Aug 21, 2024
Building a Data Wellness Companion with Langchain and ChatGPTIn this story we are going to write about the Data Wellness Companion, an AI driven application which acts as an enterprise data governance…Jul 6, 2024Jul 6, 2024
SQL Validation Rule Generation with LangGraph Supervisor AgentThis story is a follow-up of our previous story “Building SQL Validation Rules with LangGraph” and describes how you can create a more…Jun 5, 2024Jun 5, 2024
Building SQL Validation Rules with LangGraphIn this blog post, we’ll introduce a simple tool created with LangGraph, designed to generate SQL validation rules that help detect errors…May 30, 2024May 30, 2024
Building an Image Search Application with LanceDBIn this story we are going to explore how you can build a simple image search application using an embedded vector database and a different…Mar 25, 2024Mar 25, 2024
Creating a Story Teller with LangChain, Dall-E and MidJourneyThis story is about a small project in which I have created a simple GUI based tool which allows the user to generate small novels with…Feb 26, 2024Feb 26, 2024