The code-rhapsodie/connector-mistral bundle integrates Mistral into Ibexa DXP, enabling AI-assisted content generation and editing capabilities directly from the Ibexa Back Office.
NOTE This Mistral AI connector is experimental and may not be suitable for production use. Use at your own risk.
composer require code-rhapsodie/connector-mistral
// config/bundles.php
return [
// ...
CodeRhapsodie\Bundle\ConnectorMistral\CRConnectorMistralBundle::class => ['all' => true],
];
#.env
MISTRAL_API_KEY=your-mistral-api-key-here
php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-mistral/src/bundle/Resources/migrations/mistral_action_configurations.yaml
php bin/console ibexa:migrations:migrate