File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -553,9 +553,9 @@ useful when certain interactions shouldn't be influenced by the memory context::
553553.. _`Wikipedia Tool` : https://github.com/symfony/ai/blob/main/examples/openai/toolcall-stream.php
554554.. _`YouTube Transcriber Tool` : https://github.com/symfony/ai/blob/main/examples/openai/toolcall.php
555555.. _`Store Component` : https://github.com/symfony/ai-store
556- .. _`RAG with MongoDB` : https://github.com/symfony/ai/blob/main/examples/store /mongodb-similarity-search .php
557- .. _`RAG with Pinecone` : https://github.com/symfony/ai/blob/main/examples/store /pinecone-similarity-search .php
556+ .. _`RAG with MongoDB` : https://github.com/symfony/ai/blob/main/examples/rag /mongodb.php
557+ .. _`RAG with Pinecone` : https://github.com/symfony/ai/blob/main/examples/rag /pinecone.php
558558.. _`Structured Output with PHP class` : https://github.com/symfony/ai/blob/main/examples/openai/structured-output-math.php
559559.. _`Structured Output with array` : https://github.com/symfony/ai/blob/main/examples/openai/structured-output-clock.php
560560.. _`Chat with static memory` : https://github.com/symfony/ai/blob/main/examples/memory/static.php
561- .. _`Chat with embedding search memory` : https://github.com/symfony/ai/blob/main/memory/mariadb.php
561+ .. _`Chat with embedding search memory` : https://github.com/symfony/ai/blob/main/examples/ memory/mariadb.php
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ This leads to a store implementing two methods::
9595 }
9696
9797.. _`Retrieval Augmented Generation` : https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
98- .. _`Similarity Search with MariaDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/mariadb.php
98+ .. _`Similarity Search with MariaDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/mariadb-gemini .php
9999.. _`Similarity Search with MongoDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/mongodb.php
100100.. _`Similarity Search with Pinecone (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/pinecone.php
101101.. _`Similarity Search with Meilisearch (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/meilisearch.php
You can’t perform that action at this time.
0 commit comments