Skip to content

Conversation

chr-hertel
Copy link
Member

@chr-hertel chr-hertel commented Jul 6, 2025

Q A
Bug fix? yes
New feature? no
Docs? no
Issues
License MIT

Cherry picking php-llm/llm-chain-bundle#101

Needs #73

@chr-hertel chr-hertel requested a review from Nyholm as a code owner July 6, 2025 22:17
@chr-hertel chr-hertel added the AI Bundle Issues & PRs about the AI integration bundle label Jul 6, 2025
$container->setDefinition('symfony_ai.indexer.'.$name.'.vectorizer', $vectorizerDefinition);

$definition = new Definition(Indexer::class, [
'$vectorizer' => new Reference('symfony_ai.indexer.'.$name.'.vectorizer'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I am not mistaken, but I am currently on a phone 📱, we don't use named argument in Symfony, but index based assignments.

cc @Nyholm

Ofc in an extra PR

@chr-hertel chr-hertel merged commit 8f59fb0 into main Jul 7, 2025
25 checks passed
@chr-hertel chr-hertel deleted the bundle-compat branch July 7, 2025 21:29
chr-hertel added a commit that referenced this pull request Jul 7, 2025
This PR was merged into the main branch.

Discussion
----------

chore: update demo to latest changes

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| Docs?         | no
| Issues        |
| License       | MIT

Cherry piclking php-llm/llm-chain-symfony-demo#29

Waits for
* #74
* #73

Commits
-------

1f74c6c chore: update to llm-chain 0.24 (#29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Bundle Issues & PRs about the AI integration bundle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants