Browsing Tag
langchain
15 posts
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…
Build a Streamlit app with LangChain and Amazon Bedrock
Use ElastiCache Serverless Redis for chat history, deploy to EKS and manage permissions with EKS Pod Identity It’s…
A Comprehensive Guide to Using Langchain.js and Google Cloud Functions for AI Applications
I couldn’t find an easy step-by-step instruction on how to integrate LangChain with Google Cloud Functions, so I…