Skip to content

Commit 4ccf418

Browse files
committed
minor #291 Fixes broken links in certain docs (junaidbinfarooq)
This PR was merged into the main branch. Discussion ---------- Fixes broken links in certain docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | None | License | MIT # Changes proposed: Certain docs had broken example links. The changes in the pr aim to fix those links. Commits ------- 4026d57 fix(docs): Fixes broken links in certain docs
2 parents 4e69f31 + 4026d57 commit 4ccf418

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/agent/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/store/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This leads to a store implementing two methods::
103103
}
104104

105105
.. _`Retrieval Augmented Generation`: https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
106-
.. _`Similarity Search with MariaDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/mariadb.php
106+
.. _`Similarity Search with MariaDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/mariadb-gemini.php
107107
.. _`Similarity Search with MongoDB (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/mongodb.php
108108
.. _`Similarity Search with Meilisearch (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/meilisearch.php
109109
.. _`Similarity Search with memory storage (RAG)`: https://github.com/symfony/ai/blob/main/examples/rag/in-memory.php

0 commit comments

Comments
 (0)