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:
- Set "minimum-stability": "dev" in your composer.json
- Download the recipe: https://www.drupal.org/project/ai_chatbot_recipe
- Store in your `../recipes` folder
- Clear the cache: `drush cr`
- Enable the recipe: `drush recipe ../recipes/ai-chatbot-recipe`
- Configure the modules (each chatbot is unique)
- 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.
Project information
- Project categories: Artificial Intelligence (AI)
- Ecosystem: Recipes Initiative
- Created by koppie on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
1.16.0
released 27 September 2025
First stable release that uses input, integrates with Key module
Development version: 1.16.x-dev updated 29 Sep 2025 at 17:28 UTC

