Browsing Tag
langchain
17 posts
🧩 Building a Complete Learning Path for Generative AI Engineers — From Python to AI Agents
I wanted to build the kind of open, structured roadmap I wish I had when I started learning…
How I created a research agent with langflow
Introduction Hey! In this article I’m going to share with you my process of how I created a…
Integrating Langflow into Open WebUI
Langflow is a brilliant low-code builder that simplifies the creation of AI workflows using any API, model, or…
Streamlining Routine ML Tasks with LangChain: A Hacker News Comment Analysis Example
Introduction LangChain and its companion framework LangGraph are synonymous with building autonomous “agents” capable of complex interactions —…
How to Use the Prebuilt ReAct Agent in LangGraph
This article explains how to create a simple ReAct agent application using LangGraph. The app will feature an…
Unlocking AI-Powered Conversations: Building a Retrieval-Augmented Generation (RAG) Chatbot
In the contemporary era of generative AI, chatbots have emerged as essential tools for customer support, content creation,…
Building a Semantic Kernel with F# for Enhanced AI Interaction
This blog base from https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStarted/Step2_Add_Plugins.cs In the age of artificial intelligence, leveraging powerful tools to interact seamlessly with…
Generating replies using Langchain multiple chains and Gemini in NestJS
Introduction In this blog post, I demonstrated how to generate replies with multiple Langchain chains. Buyers can provide…
LangChain Persistent Memory Chatbots with Gemini Pro and Firebase
In the rapidly evolving landscape of artificial intelligence, the evolution from simple scripted chatbots to today’s advanced conversational…
How to Build a Legal Information Retrieval Engine Using Mistral, Qdrant, and LangChain
Introduction Finding legal cases is an extremely important task that lawyers do, and also the most time consuming…