System Requirements

To use Documind, ensure your system meets the following requirements:

Install the Package

To install Documind, run the following command using your preferred package manager:

npm
npm install documind

Environment Variables

Set up your .env file.

.env.example
OPENAI_API_KEY=<your-openai-api-key>
SUPABASE_URL=<your-supabase-url>
SUPABASE_KEY=<your-supabase-api-key>
SUPABASE_BUCKET=<your-supabase-bucket-name>
KeyDescription
OPENAI_API_KEYYour OpenAI API key.
SUPABASE_URLThe base URL of your Supabase instance.
SUPABASE_KEYThe API key for accessing your Supabase instance.
SUPABASE_BUCKETThe name of the Supabase storage bucket where files will be stored.