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.