drupal / ai_chatbot_recipe
Drupal recipe for AI chatbot with OpenAI and Pinecone integration.
1.16.0
2025-09-26 11:12 UTC
Requires
- drupal/ai: ^1.1
- drupal/ai_agents: ^1.1
- drupal/ai_provider_openai: ^1.1
- drupal/ai_vdb_provider_pinecone: ^1.1@beta
- drupal/key: ^1.20
- drupal/search_api: ^1.38
This package is auto-updated.
Last update: 2025-09-29 17:28:23 UTC
README
This is a Drupal recipe for AI chatbot with OpenAI and Pinecone integration. This repository contains recipes for implementing an AI Chatbot with Drupal, OpenAI, and Pinecone.
This is an "opinionated" approach; there are many other llms and vector dbs out there to choose from. The purpose of this recipe is to give a "quick start" solution.
Installation
- Get API keys from OpenAI and Pinecone
- Download the recipe: 'composer require drupal/ai_chatbot_recipe'
- Clear the cache:
drush cr
- Enable the recipe:
drush recipe ../recipes/ai_chatbot_recipe
- Configure the modules (each chatbot is unique)