Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/cookbook/chatbot-with-memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ The complete implementation consists of three main parts:
Complete Example
~~~~~~~~~~~~~~~~

.. literalinclude:: ../../examples/memory/static.php
:language: php
:linenos:
See the complete example: `static.php <https://github.com/symfony/ai/blob/main/examples/memory/static.php>`_

Key Components
--------------
Expand Down
4 changes: 1 addition & 3 deletions docs/cookbook/rag-implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ Prerequisites
Complete Implementation
-----------------------

.. literalinclude:: ../../examples/rag/in-memory.php
:language: php
:linenos:
See the complete example: `in-memory.php <https://github.com/symfony/ai/blob/main/examples/rag/in-memory.php>`_

Step-by-Step Breakdown
----------------------
Expand Down