diff --git a/docs/cookbook/chatbot-with-memory.rst b/docs/cookbook/chatbot-with-memory.rst index 9f4b334cd..10e8167e5 100644 --- a/docs/cookbook/chatbot-with-memory.rst +++ b/docs/cookbook/chatbot-with-memory.rst @@ -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 `_ Key Components -------------- diff --git a/docs/cookbook/rag-implementation.rst b/docs/cookbook/rag-implementation.rst index cdccb395b..8a208abb1 100644 --- a/docs/cookbook/rag-implementation.rst +++ b/docs/cookbook/rag-implementation.rst @@ -39,9 +39,7 @@ Prerequisites Complete Implementation ----------------------- -.. literalinclude:: ../../examples/rag/in-memory.php - :language: php - :linenos: +See the complete example: `in-memory.php `_ Step-by-Step Breakdown ----------------------