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, 2024Dec 5, 2024
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
Converting REST interfaces into Chatbots with ChatGPT FunctionsIn this story we are going to explore how you can convert old REST interfaces into a Chatbot using plain ChatGPT Function calling. There…Dec 15, 2023Dec 15, 2023
A Cobol to Python Converter with AutoGen AgentsIn this story we are going to explore a Cobol to Python converter written with Microsoft’s AutoGen framework. AutoGen is a Python based…Nov 24, 20231Nov 24, 20231