Download the PHP package koppie/ai-chatbot-recipe without Composer
On this page you can find all versions of the php package koppie/ai-chatbot-recipe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download koppie/ai-chatbot-recipe
More information about koppie/ai-chatbot-recipe
Files in koppie/ai-chatbot-recipe
Download koppie/ai-chatbot-recipe
More information about koppie/ai-chatbot-recipe
Files in koppie/ai-chatbot-recipe
Vendor koppie
Package ai-chatbot-recipe
Short Description Drupal recipe for AI chatbot with OpenAI and Pinecone integration.
License GPL-2.0-or-later
Package ai-chatbot-recipe
Short Description Drupal recipe for AI chatbot with OpenAI and Pinecone integration.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package ai-chatbot-recipe
AI Chatbot
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
All versions of ai-chatbot-recipe with dependencies
PHP Build Version
Package Version
Requires
drupal/ai Version
^1.0
drupal/ai_assistant_api Version ^1.0
drupal/ai_chatbot Version ^1.0
drupal/ai_provider_openai Version ^1.0
drupal/ai_vdb_provider_pinecone Version ^1.0@beta
drupal/key Version ^1.20
drupal/search_api Version ^1.38
drupal/ai_assistant_api Version ^1.0
drupal/ai_chatbot Version ^1.0
drupal/ai_provider_openai Version ^1.0
drupal/ai_vdb_provider_pinecone Version ^1.0@beta
drupal/key Version ^1.20
drupal/search_api Version ^1.38
The package koppie/ai-chatbot-recipe contains the following files
Loading the files please wait ....