Get AI summaries of any video or article — Sign up free

LangChain Memory — Topic Summaries

AI-powered summaries of 5 videos about LangChain Memory.

5 summaries

No matches found.

Mesop - Google's New UI Maker

Sam Witteveen · 3 min read

Building LLM apps often stalls on two fronts: getting a working interface in front of real users fast enough to collect feedback, and validating...

LLM UI PrototypingMesop FrameworkLangChain Memory

LangChain - Conversations with Memory (explanation & code walkthrough)

Sam Witteveen · 3 min read

Memory is the difference between a chat agent that feels coherent and one that repeatedly “forgets” what a user meant earlier—especially when people...

LangChain MemoryConversation BufferConversation Summary

Talking to Alpaca with LangChain - Creating an Alpaca Chatbot

Sam Witteveen · 3 min read

Hooking Alpaca to LangChain is straightforward: build a local Hugging Face text-generation pipeline around the Alpaca/LLaMA-compatible model, wrap it...

Alpaca ChatbotLangChain MemoryHugging Face Pipeline

Build a Private Chatbot with Local LLM (Falcon 7B) and LangChain

Venelin Valkov · 2 min read

A practical recipe for running a private chatbot on a single GPU hinges on two engineering moves: loading Falcon 7B instruct in 8-bit to fit within...

Local LLM8-bit QuantizationStopping Criteria

Build ChatGPT Chatbots with LangChain Memory: Understanding and Implementing Memory in Conversations

Venelin Valkov · 3 min read

LangChain memory turns a basic chatbot into a conversation that can remember what was said earlier—then choose how much to keep, how to compress it,...

LangChain MemoryConversation Buffer MemorySummary Buffer Memory