Skip to content

Commit 06d4e5a

Browse files
committed
minor #1044 Fix Voyage example links in docs (paulinevos)
This PR was merged into the main branch. Discussion ---------- Fix Voyage example links in docs | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | yes | Issues | -- | License | MIT The example files were renamed, which has broken the links in the docs. Commits ------- b61b0ef Fix Voyage example links in docs
2 parents b7fcd55 + b61b0ef commit 06d4e5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/components/platform.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ Code Examples
309309

310310
* `Embeddings with OpenAI`_
311311
* `Embeddings with Voyage`_
312+
* `Multimodal embeddings with Voyage`_
312313
* `Embeddings with Mistral`_
313314

314315
Structured Output
@@ -555,7 +556,8 @@ Code Examples
555556
.. _`Image URL Input with GPT`: https://github.com/symfony/ai/blob/main/examples/openai/image-input-url.php
556557
.. _`Audio Input with GPT`: https://github.com/symfony/ai/blob/main/examples/openai/audio-input.php
557558
.. _`Embeddings with OpenAI`: https://github.com/symfony/ai/blob/main/examples/openai/embeddings.php
558-
.. _`Embeddings with Voyage`: https://github.com/symfony/ai/blob/main/examples/voyage/embeddings.php
559+
.. _`Embeddings with Voyage`: https://github.com/symfony/ai/blob/main/examples/voyage/text-embeddings.php
560+
.. _`Multimodal embeddings with Voyage`: https://github.com/symfony/ai/blob/main/examples/voyage/multimodal-embeddings.php
559561
.. _`Embeddings with Mistral`: https://github.com/symfony/ai/blob/main/examples/mistral/embeddings.php
560562
.. _`Structured Output with PHP class`: https://github.com/symfony/ai/blob/main/examples/openai/structured-output-math.php
561563
.. _`Structured Output with array`: https://github.com/symfony/ai/blob/main/examples/openai/structured-output-clock.php

0 commit comments

Comments
 (0)