ai_chatbot_recipe
Security covered
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.