PHPackages                             intelligent-intern/azure-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. intelligent-intern/azure-bundle

ActiveIntelligent-intern-bundle[API Development](/categories/api)

intelligent-intern/azure-bundle
===============================

Symfony bundle for Azure AI integration

1.0.0(1y ago)039MITPHPPHP ^8.2

Since Mar 2Pushed 1y agoCompare

[ Source](https://github.com/Intelligent-Intern/azure-bundle)[ Packagist](https://packagist.org/packages/intelligent-intern/azure-bundle)[ RSS](/packages/intelligent-intern-azure-bundle/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Intelligent Intern Azure Bundle
===============================

[](#intelligent-intern-azure-bundle)

The `intelligent-intern/azure-bundle` integrates Azure OpenAI with the [Intelligent Intern Core Framework](https://github.com/Intelligent-Intern/core), allowing seamless AI functionality for embedding generation.

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require intelligent-intern/azure-bundle
```

Configuration
-------------

[](#configuration)

Ensure the following secret is set in vault:

```
secret/data/data/azure:
  api_key: your_azure_api_key
  api_endpoint: your_azure_endpoint
  deployment_id: your_azure_deployment_id
  api_version: the_azure_version
```

To use the bundle, ensure the `AI_PROVIDER` is set to `"azure"`.

Usage
-----

[](#usage)

Once the bundle is installed and configured, the Core framework will dynamically detect the Azure OpenAI service via the `ai.strategy` tag.

The service will be available via the `AIServiceFactory`:

```
