Skip to main content

Installation

Reeflect can be installed via pip for Python applications or npm for JavaScript applications.

Prerequisites

  • Python 3.8+ or Node.js 14+
  • Access to a vector database (optional, local storage available)
  • API keys for your LLM provider(s) of choice

Python Installation

pip install reeflect

JavaScript Installation

npm install reeflect

From Source

git clone https://github.com/reeflect/reeflect.git
cd reeflect
pip install -e .
Pro Tip

For production deployments, we recommend using a dedicated vector database like Pinecone, Weaviate, or Qdrant for optimal performance.

Next Steps

Once you've installed Reeflect, check out our Quick Start Guide to begin implementing memory capabilities in your AI applications.