Skip to main content
Integrate Memvid with LangChain to build powerful RAG pipelines. The langchain adapter provides native LangChain tools for seamless integration with agents.

Installation

Quick Start

Using Tools with Agents

Available Tools

The LangChain adapter provides three tools:

Using as a Retriever (Python)

Conversational RAG (Python)

Custom Search Options

Best Practices

  1. Use read-only mode for retrieval-only applications
  2. Set appropriate k values based on your context window
  3. Use hybrid mode for best recall
  4. Close the memory when done

Next Steps

LlamaIndex

LlamaIndex integration

Python SDK

Full Python SDK documentation