koppie / ai-chatbot-recipe
Drupal recipe for AI chatbot with OpenAI and Pinecone integration.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/ai: ^1.0
- drupal/ai_assistant_api: ^1.0
- drupal/ai_chatbot: ^1.0
- drupal/ai_provider_openai: ^1.0
- drupal/ai_vdb_provider_pinecone: ^1.0@beta
- drupal/key: ^1.20
- drupal/search_api: ^1.38
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
- Set "minimum-stability": "dev" in your composer.json
- Install the recipe:
composer require koppie/ai-chatbot-recipe
- 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