@@ -34,7 +34,7 @@ with a ``Symfony\AI\Agent\AgentInterface`` and a ``Symfony\AI\Chat\MessageStoreI
3434You can find more advanced usage in combination with an Agent using the store for long-term context:
3535
3636* `External services storage with Cache `_
37- * `Long-term context with Doctrine Dbal `_
37+ * `Long-term context with Doctrine DBAL `_
3838* `Current session context storage with HttpFoundation session `_
3939* `Current process context storage with InMemory `_
4040* `Long-term context with Meilisearch `_
@@ -45,7 +45,7 @@ Supported Message stores
4545------------------------
4646
4747* `Cache `_
48- * `Doctrine Dbal `_
48+ * `Doctrine DBAL `_
4949* `HttpFoundation session `_
5050* `InMemory `_
5151* `Meilisearch `_
@@ -127,14 +127,14 @@ store and ``bin/console ai:message-store:drop`` to clean up the message store:
127127 $ php bin/console ai:message-store:drop symfonycon
128128
129129 .. _`External services storage with Cache` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-cache.php
130- .. _`Long-term context with Doctrine Dbal ` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-doctrine-dbal.php
130+ .. _`Long-term context with Doctrine DBAL ` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-doctrine-dbal.php
131131.. _`Current session context storage with HttpFoundation session` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-session.php
132132.. _`Current process context storage with InMemory` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat.php
133133.. _`Long-term context with Meilisearch` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-meilisearch.php
134134.. _`Long-term context with Pogocache` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-pogocache.php
135135.. _`Long-term context with Redis` : https://github.com/symfony/ai/blob/main/examples/chat/persistent-chat-redis.php
136136.. _`Cache` : https://symfony.com/doc/current/components/cache.html
137- .. _`Doctrine Dbal ` : https://www.doctrine-project.org/projects/dbal.html
137+ .. _`Doctrine DBAL ` : https://www.doctrine-project.org/projects/dbal.html
138138.. _`InMemory` : https://www.php.net/manual/en/language.types.array.php
139139.. _`HttpFoundation session` : https://developers.cloudflare.com/vectorize/
140140.. _`Meilisearch` : https://www.meilisearch.com/
0 commit comments