From f8f38d6b236e1b2fb95d4cdf1e7b6a6697d82d36 Mon Sep 17 00:00:00 2001 From: Ricken Bazolo Date: Sat, 9 Mar 2024 09:34:04 +0100 Subject: [PATCH] Add MistralAI links to getting started doc --- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 6737964af..e2d037ab0 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -135,6 +135,7 @@ Each of the following sections in the documentation shows which dependencies you ** xref:api/embeddings/bedrock-cohere-embedding.adoc[Spring AI Bedrock Cohere Embeddings] ** xref:api/embeddings/bedrock-titan-embedding.adoc[Spring AI Bedrock Titan Embeddings] ** xref:api/embeddings/vertexai-embeddings.adoc[Spring AI VertexAI Embeddings] +** xref:api/embeddings/mistralai-embeddings.adoc[Spring AI MistralAI Embeddings] === Chat Models * xref:api/chatclient.adoc[Chat Completion API] @@ -149,6 +150,7 @@ Each of the following sections in the documentation shows which dependencies you *** xref:api/clients/bedrock/bedrock-llama2.adoc[Llama2 Chat Completion] *** xref:api/clients/bedrock/bedrock-titan.adoc[Titan Chat Completion] *** xref:api/clients/bedrock/bedrock-anthropic.adoc[Anthropic Chat Completion] +** xref:api/clients/mistralai-chat.adoc[MistralAI Chat Completion] (streaming and function-calling support) // ** xref:api/clients/bedrock/bedrock-jurassic.adoc[Jurassic2 Chat Completion] (WIP, no streaming support) === Image Generation Models