AI
AI (artificial intelligence) integration for Drupal - a unified framework for integrating various AI models and services into your Drupal site.
Dependencies
- Drupal ^10.3 || ^11
- Key module
- Requires at least one AI Provider to be installed and configured.
Getting Started
- Enable the AI module.
- Choose and enable an AI Provider module:
- Choose the AI Provider for your chosen LLM/AI service from the list at https://project.pages.drupalcode.org/ai/providers/matris/
- Download the AI Provider and install and configure according to its instructions.
- Once your AI Provider(s) is configured, the AI module will select appropriate
defaults for the various Operation Types.
You can make your own selections by visiting
/admin/config/ai/settings
and updating the settings manually. - Enable your desired submodules for specific functionality.
Develop for it
Check the developers guide for information on how to develop for the AI module.
Documentation
This documentation is generated using MKDocs from the source files located in
the docs/
directory. To build the docs locally:
- Install MkDocs:
pip install mkdocs mkdocs-material
- Run
mkdocs serve
in the project root - Open
http://localhost:8000
in your browser