OpenAI, Vector database and embeddings Installation Install dependencies: npm install Copy .env.example to .env and add a valid OpenAI API key with GPT-4 access Scrape and populate database Create and populate the database with npm run scrape Start the project npm run dev