- SDK adapters for framework-native tools and retrievers
- REST API integrations for platforms that work best with HTTP
One Memory, Many Surfaces. Use SDK adapters with
.mv2 files, or use cloud memories through https://api.memvid.com for API-first platforms.Quick Comparison
Choosing the Right Integration
I'm building a RAG application
I'm building a RAG application
Recommended: LangChain or LlamaIndexUse the tools to search your knowledge base and build RAG pipelines.
I'm building an AI agent
I'm building an AI agent
I'm using Next.js / Vercel
I'm using Next.js / Vercel
I want direct OpenAI/Gemini function calling
I want direct OpenAI/Gemini function calling
I'm building enterprise AI with Azure
I'm building enterprise AI with Azure
I'm automating workflows with no-code tools
I'm automating workflows with no-code tools
Universal Features
All adapters provide these core capabilities:Tools / Functions
Every adapter exposes three primary tools:Direct API Access
You can always bypass the adapter and use the core API directly:Installation
Each adapter requires its framework to be installed:- Node.js
- Python
Adapter Architecture
Each adapter:- Wraps the core Memvid API
- Formats tools/retrievers for the specific framework
- Handles framework-specific types and conventions
- Provides seamless integration without lock-in
Performance Comparison
All adapters have similar performance since they use the same core engine:
The framework overhead is minimal (< 1ms per operation).
Examples Gallery
RAG Chatbot
Build a chatbot with persistent memory using LangChain
Document Q&A
Create a document Q&A system with LlamaIndex
Knowledge Base
Build a searchable company knowledge base
Research Assistant
Create an AI research assistant for papers
Framework Guides
LangChain
Agents, chains, retrievers
LlamaIndex
RAG pipelines, query engines
Vercel AI
Next.js, streaming
OpenAI
Function calling
Google ADK
Gemini, ADK agents
AutoGen
Multi-agent systems
CrewAI
Agent crews
Semantic Kernel
Enterprise AI
Haystack
Search pipelines
API Platform Guides
API Integration Patterns
Shared contracts, retries, polling, and smoke tests
n8n
Workflow automation with HTTP Request nodes
Replit
Cloud app integration with server-side fetch
Lovable
Product app builder integration via backend API calls
v0
Next.js route handlers and server actions