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::
553
553
.. _`Wikipedia Tool` : https://github.com/symfony/ai/blob/main/examples/openai/toolcall-stream.php
554
554
.. _`YouTube Transcriber Tool` : https://github.com/symfony/ai/blob/main/examples/openai/toolcall.php
555
555
.. _`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
558
558
.. _`Structured Output with PHP class` : https://github.com/symfony/ai/blob/main/examples/openai/structured-output-math.php
559
559
.. _`Structured Output with array` : https://github.com/symfony/ai/blob/main/examples/openai/structured-output-clock.php
560
560
.. _`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::
95
95
}
96
96
97
97
.. _`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
99
99
.. _`Similarity Search with MongoDB (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/mongodb.php
100
100
.. _`Similarity Search with Pinecone (RAG)` : https://github.com/symfony/ai/blob/main/examples/rag/pinecone.php
101
101
.. _`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