drupal/ai_chatbot_recipe

Drupal recipe for AI chatbot with OpenAI and Pinecone integration.

1.16.0 2025-09-26 11:12 UTC

This package is auto-updated.

Last update: 2025-09-29 17:28:23 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. Get API keys from OpenAI and Pinecone
  2. Download the recipe: 'composer require drupal/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)