Skip to main content
Integrate Memvid with LlamaIndex to build powerful RAG applications. The llamaindex adapter provides native LlamaIndex components for seamless integration.

Installation

Quick Start

Available Tools

The LlamaIndex adapter provides three tools:

Using with Agents

Using as a Query Engine

Using as a Vector Store (Python)

Chat Engine (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

LangChain

LangChain integration

Vercel AI SDK

Vercel AI SDK integration