Installation
Requirements
Python 3.12 or higher
FFmpeg (for video processing)
Installing FFmpeg
Ubuntu/Debian:
sudo apt update
sudo apt install ffmpeg
macOS (using Homebrew):
brew install ffmpeg
Windows: Download from FFmpeg official website or install via Chocolatey:
choco install ffmpeg
Installing langchain-memvid
Install from PyPI:
pip install langchain-memvid
Install with development dependencies:
pip install langchain-memvid[test]
Install from source:
git clone https://github.com/sarumaj/langchain-memvid.git
cd langchain-memvid
pip install -e .