Articles by Tag #langchain

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

My 2025 AI Engineer Roadmap List

Developer Tools & Platforms Frameworks / Infrastructure /...

Learn More 134 3Dec 16 '24

Building Talk-to-Page: Chat or Talk with Any Website

Ever thought of chatting with a webpage or literally talking to it? Well, I built an app that does...

Learn More 105 18Jan 6

S3cret Agent: Build an AI That Generates AWS Presigned URLs on Command

This project implements an AI-powered LangChain agent that dynamically generates AWS S3 Presigned...

Learn More 101 1Jul 8

Smart Search Meets LLM: AWS-Powered Retrieval-Augmented Generation

🤖🔍 Smart Search Meets LLM: AWS-Powered Retrieval-Augmented Generation Leverage AWS-native...

Learn More 98 2Jul 11

From Prompt to Production: Dockerizing a LangChain Agent with FastAPI

Supercharge your AI app deployment with Docker, FastAPI, and LangChain in one seamless containerized...

Learn More 91 4Jul 6

From Herd to Host: Exposing LLaMA via Dockerized Ollama

Easily serve LLaMA models using Ollama inside a Docker container and expose it for external access...

Learn More 87 0Aug 1

"Build AI Agents FAST!" Zero-Shot + OpenAI

A post by Chandrani Mukherjee

Learn More 82 0Aug 11

Create Your Own AI RAG Chatbot: A Python Guide with LangChain

Who wouldn’t want instant answers from their documents? That’s exactly what RAG chatbots do—combining...

Learn More 68 9Oct 20 '24

Next-Gen Q&A: Retrieval-Augmented AI with Chroma Vector Store

A Retrieval-Augmented Generation (RAG) agent combines document retrieval with LLM-based response...

Learn More 65 2Jul 11

I created a Realtime Voice Assistant for my ESP-32, here is my journey - Part 1 : Hardware, PlatformIO & C++

Building a Real-time Voice Assistant with ESP32: Hardware and C++ Implementation In this...

Learn More 52 1Nov 19 '24

ReAct vs Plan-and-Execute: A Practical Comparison of LLM Agent Patterns

When building LLM Agent systems, choosing the right reasoning pattern is crucial. This article...

Learn More 49 0Nov 18 '24

Graph or Chain? Choosing the Right Engine for Your AI App

From simple chains to advanced agents — understand how these tools support different stages of LLM...

Learn More 48 0Jul 17

From Scanned PDFs to Smart Docs: OCR with LangChain, Docker & AWS

🧠 OCR Any PDF with LangChain, Docker, and AWS Using OCRmyPDF Many PDFs are just images —...

Learn More 45 0Aug 25

Who Said What? Build a Smart Transcriber Agent with AWS & LangChain

Amazon Transcribe provides automatic speech recognition (ASR) with support for speaker...

Learn More 42 2Jul 21

Building AI Applications with Enterprise-Grade Security Using RAG and FGA

This post is written by Bartosz Pietrucha Introduction Building enterprise-grade LLM...

Learn More 36 2Nov 8 '24

Grab a Pint With Django-MongoDB-Backend, Voyage AI, and LangChain

This tutorial was written by Anaiya Raisinghani (Developer Advocate @ MongoDB) DjangoCon Europe is...

Learn More 35 0Apr 11

How to use LangGraph within a FastAPI Backend 🚀

In this tutorial, I’ll walk you through how to build a backend to generate AI-crafted emails using...

Learn More 31 2Apr 1

How to make an AI agent with OpenAI, Langgraph, and MongoDB 💡✨

Large language models (LLMs) such as ChatGPT, Gemini, and Claude have become an essential tool for...

Learn More 30 3Dec 20 '24

Leverage open models like Gemma 2 on GKE with LangChain

Learn how to leverage Google Kubernetes Engine (GKE) to deploy an AI-powered LangChain application backed by an local instance of Gemma 2.

Learn More 27 3Feb 6

Rethinking How We Train Customer-Facing AI Agents

Current approaches to customer-facing AI agents all have serious limitations: Fine-tuning is...

Learn More 26 0Dec 12 '24

AI Agents: The Future of Intelligent Automation

Artificial Intelligence (AI) is the rapid evolving technology that made our lives a lot easier, and...

Learn More 25 10Jan 9

Building an Article Generator with LangChain and Llama3: An AI Developer's Journey

Building an Article Generator with LangChain and Llama3: An AI Developer's Journey As an...

Learn More 25 1Dec 9 '24

Roadmap for Gen AI dev in 2025

To build a Generative AI (GenAI) application using LangChain, RAG (Retrieval-Augmented Generation),...

Learn More 21 0Dec 18 '24

Announcing our official LangChain integration

We’re thrilled to announce that SurrealDB now has an official integration with LangChain, one of the...

Learn More 21 1Jul 1

LangGraph State Machines: Managing Complex Agent Task Flows in Production

What is LangGraph? LangGraph is a workflow orchestration framework designed specifically...

Learn More 19 0Nov 19 '24

Streamline your LangChain deployments with LangServe

Learn how to streamline exposing AI models using LangChain and LangServe, deployed on Google Kubernetes Engine (GKE).

Learn More 19 1Feb 28

Building a Basic MCP Server with Python

Free Resources Free Apache Iceberg Course Free Copy of “Apache Iceberg: The Definitive...

Learn More 18 4Apr 4

AI Agents Architecture, Actors and Microservices: Let's Try LangGraph Command

In enterprise software development, distributed systems have been essential for the last 15 years....

Learn More 18 0Dec 23 '24

Tutorial: Building a custom AI chat with user authentication using LangChain, OpenAI API and Morph.

In this guide, we explain how to create an authenticated AI application using LangChain and Morph....

Learn More 17 0Feb 13

I created a Realtime Voice Assistant for my ESP-32, here is my journey - Part 2 : Node, OpenAI, Langchain

From Hardware to Smartware: Building the Brain of Our ESP32 Voice Assistant Welcome back...

Learn More 17 1Nov 19 '24