File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
314315Structured 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
You can’t perform that action at this time.
0 commit comments