drupal / ai_ecosystem
There is no license information available for the latest version (1.0.0-alpha2) of this package.
Gets all the different AI modules and libraries
1.0.0-alpha2
2024-10-29 14:38 UTC
Requires
- drupal/ai: ^1.0.0-beta1
- drupal/ai_agents: ^1.0.x-dev@dev
- drupal/ai_automator_extractor: ^1.0.0-beta1
- drupal/ai_automator_google_vision: ^1.0.0-beta1
- drupal/ai_image_alt_text: ^1.0.x-dev@dev
- drupal/ai_provider_anthropic: ^1.0.0-beta1
- drupal/ai_provider_aws_bedrock: ^1.0.0-beta1
- drupal/ai_provider_azure: ^1.0.0-beta1
- drupal/ai_provider_deepl: ^1.0.0-alpha2
- drupal/ai_provider_groq: ^1.0.0-beta1
- drupal/ai_provider_huggingface: ^1.0.0-beta1
- drupal/ai_provider_lmstudio: ^1.0.0-beta1
- drupal/ai_provider_mistral: ^1.0.0-beta1
- drupal/ai_provider_ollama: ^1.0.0-beta1
- drupal/ai_provider_openai: ^1.0.0-beta1
- drupal/ai_seo: ^1.0.0-beta1
- drupal/ai_tmgmt: ^1.0.0-beta1
- drupal/ai_translate_paragraph_asymetric: ^1.0.3
- drupal/ai_vdb_provider_milvus: ^1.0.0-beta1
- drupal/ai_vdb_provider_pinecone: ^1.0.0-beta1
- drupal/aitxt: ^1.0.0
- drupal/auphonic: ^1.0.0-beta1
- drupal/convertapi: ^1.0.0-beta1
- drupal/core: >=10.3
- drupal/deepgram: ^1.0.0-beta2
- drupal/elevenlabs: ^1.0.0-beta2
- drupal/feeds_tamper_ai: ^1.0.0
- drupal/fireworksai: ^1.0.0-rc5
- drupal/gemini_provider: ^1.0.0-alpha1
- drupal/google_places: ^1.0.0-beta1
- drupal/scrapingbot: ^1.0.0-beta1
- drupal/screenshot_one: ^1.0.0-beta1
- drupal/serpapi: ^1.0.0-beta1
- drupal/simple_crawler: ^1.0.0-beta1
- drupal/tavily: ^2.0.0-rc2
- drupal/unstructured: ^2.0.0-beta2
- drupal/vais: ^1.0.0-alpha2
This package is auto-updated.
Last update: 2024-10-29 16:54:44 UTC
README
This is a recipe that downloads the AI module and a lot of the ecosystem in terms of third party modules and providers.
Install
1. Add the recipe part to your composer.json
Unless you have done this already, add the following into your composer.json to make sure the recipes are placed correctly.
"installer-paths": {
// existing entries omitted...
"web/recipes/contrib/{$name}": [
"type:drupal-recipe"
]
}
2. Get this recipe.
Run the following to download the recipe:
composer require drupal/ai_ecosystem
3. Download dependencies and apply the recipe.
Run the following two commands to download all the dependencies from this recipe and then apply it.
composer install
drush recipe recipes/contrib/ai_ecosystem