System Requirements

To run Documind, your system should meet the following requirements:


Install the Package

To install Documind, run the following command:

npm install documind

Set Up Environment Variables

Create a .env file and configure your environment with the following:

.env.example
OPENAI_API_KEY=<your-openai-api-key>
KeyDescription
OPENAI_API_KEYYour OpenAI API key.