Installation

Get started with QRyptoRAG by installing the qr-video-rag package from NPM.

You can add QRyptoRAG to your project using npm, yarn, or pnpm. The package includes FFmpeg for video processing.

NPM

npm install qr-video-rag

Yarn

yarn add qr-video-rag

PNPM

pnpm add qr-video-rag

System Requirements

  • Node.js >= 18.0.0
  • FFmpeg (automatically included via ffmpeg-static)