Ai Chatbot Recipe
Security covered
AI ecosystem
This project provides a straightforward way to add an AI-powered chatbot to your Drupal website without needing to write code. It sets up the necessary modules, but you'll still need to configure specific chatbot settings and obtain API keys.
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.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.16.0 | Stable | First stable release that uses input, integrates with Key module | Sep 27, 2025 | ||
| 1.16.x-dev | Dev | Captures input | Sep 27, 2025 | ||
| 1.15.2 | Stable | updates to support downloading from d.org | Sep 19, 2025 | ||
| 1.15.1 | Stable | update syntax in composer.org | Sep 19, 2025 | ||
| 1.15.x-dev | Dev | updates to version syntax | Sep 19, 2025 | ||
| 1.15.0 | Stable | updating the dependencies for the AI module v1.1 | Sep 19, 2025 | ||
| 1.0.x-dev | Dev | Update to match AI v1.1 | Sep 19, 2025 |