Illustration: A robot and human shaking hands

Simple recipe to install & enable the modules required to implement an AI chatbot in your Drupal website... no coding required!  However, you will need to:

  1. Set "minimum-stability": "dev" in your composer.json
  2. Download the recipe: https://www.drupal.org/project/ai_chatbot_recipe
  3. Store in your `../recipes` folder
  4. Clear the cache: `drush cr`
  5. Enable the recipe: `drush recipe ../recipes/ai-chatbot-recipe`
  6. Configure the modules (each chatbot is unique)
  7. Get API keys from OpenAI and Pinecone

This is an "opinionated" solution; there are lots of other vendors that can supply an llm and vector db for a chatbot.

For more information, see the blog post or the video.

Project information

Releases