koppie/ai-chatbot-recipe

Drupal recipe for AI chatbot with OpenAI and Pinecone integration.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-recipe

1.14.0 2025-05-24 00:30 UTC

This package is auto-updated.

Last update: 2025-05-24 00:41:41 UTC


README

This is a Drupal recipe for AI chatbot with OpenAI and Pinecone integration. This repository contains recipes for implementing an AI Chatbot with Drupal, OpenAI, and Pinecone.

This is an "opinionated" approach; there are many other llms and vector dbs out there to choose from. The purpose of this recipe is to give a "quick start" solution.

Installation

  1. Set "minimum-stability": "dev" in your composer.json
  2. Install the recipe: composer require koppie/ai-chatbot-recipe
  3. Clear the cache: drush cr
  4. Enable the recipe: drush recipe ../recipes/ai-chatbot-recipe
  5. Configure the modules (each chatbot is unique)
  6. Get API keys from OpenAI and Pinecone