mirror of
https://github.com/code-rhapsodie/connector-mistral.git
synced 2026-03-23 22:22:09 +01:00
master
Code Rhapsodie Connector Mistral Bundle
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.
Installation
Step 1: Install the bundle via composer
composer require code-rhapsodie/connector-mistral
Step 2: Enable the bundle
// config/bundles.php
return [
// ...
CodeRhapsodie\Bundle\ConnectorMistral\CRConnectorMistralBundle::class => ['all' => true],
];
Step 3: Configure your api key
#.env
MISTRAL_API_KEY=your-mistral-api-key-here
Step 4: Import generic IA Action migration
php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-mistral/src/bundle/Resources/migrations/mistral_action_configurations.yaml
Step 5: Execute Ibexa migration
php bin/console ibexa:migrations:migrate
Languages
PHP
100%