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