2026-02-17 15:37:49 +01:00
2025-07-31 09:02:50 +02:00
2026-02-17 15:37:49 +01:00
2026-02-17 15:06:47 +01:00
2025-06-10 16:08:52 +02:00
2025-06-10 16:08:52 +02:00
2025-07-31 09:12:12 +02:00
2025-06-10 16:08:52 +02:00
2025-06-10 09:12:36 +02:00
2025-06-10 16:08:52 +02:00
2025-06-10 16:08:52 +02:00
2025-06-10 16:08:52 +02:00
2025-06-10 16:08:52 +02:00
2025-06-10 09:16:00 +02:00
2025-07-31 08:49:45 +02:00

Code Rhapsodie Connector Gemini Bundle

The code-rhapsodie/connector-gemini bundle integrates Google Gemini into Ibexa DXP, enabling AI-assisted content generation and editing capabilities directly from the Ibexa Back Office.

Installation

Step 1: Install the bundle via composer

  composer require code-rhapsodie/connector-gemini

Step 2: Enable the bundle

// config/bundles.php

return [
    // ...
    CodeRhapsodie\Bundle\ConnectorGemini\CRConnectorGeminiBundle::class => ['all' => true],
];

Step 3: Configure your api key

#.env

GEMINI_API_KEY=your-google-gemini-api-key-here

Step 4: Import generic IA Action migration

  php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-gemini/src/bundle/Resources/migrations/action_configurations.yaml

Step 5: Execute Ibexa migration

  php bin/console ibexa:migrations:migrate
Description
No description provided
Readme MIT 122 KiB
Latest
2025-12-17 11:41:18 +01:00
Languages
PHP 100%