Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spring-ai-docs/src/main/antora/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
**** xref:api/chat/openai-sdk-chat.adoc[OpenAI SDK (Official)]
**** xref:api/chat/openai-chat.adoc[OpenAI]
**** xref:api/chat/qianfan-chat.adoc[QianFan]
**** xref:api/chat/watsonx-ai-chat.adoc[IBM watsonx.ai]
**** xref:api/chat/zhipuai-chat.adoc[ZhiPu AI]

*** xref:api/embeddings.adoc[Embedding Models]
Expand All @@ -54,6 +55,7 @@
**** xref:api/embeddings/openai-embeddings.adoc[OpenAI]
**** xref:api/embeddings/postgresml-embeddings.adoc[PostgresML]
**** xref:api/embeddings/qianfan-embeddings.adoc[QianFan]
**** xref:api/embeddings/watsonx-ai-embeddings.adoc[IBM watsonx.ai]
**** VertexAI
***** xref:api/embeddings/vertexai-embeddings-text.adoc[Text Embedding]
***** xref:api/embeddings/vertexai-embeddings-multimodal.adoc[Multimodal Embedding]
Expand All @@ -78,6 +80,7 @@
*** xref:api/moderation[Moderation Models]
**** xref:api/moderation/openai-moderation.adoc[OpenAI]
**** xref:api/moderation/mistral-ai-moderation.adoc[Mistral AI]
**** xref:api/moderation/watsonx-ai-moderation.adoc[IBM watsonx.ai]
// ** xref:api/generic-model.adoc[]

** xref:api/chat-memory.adoc[Chat Memory]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= IBM watsonx.ai Chat

This functionality has been moved to the Spring AI Community repository.

Please visit https://github.com/spring-ai-community/spring-ai-watsonx-ai for the latest version.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= IBM watsonx.ai Embeddings

This functionality has been moved to the Spring AI Community repository.

Please visit https://github.com/spring-ai-community/spring-ai-watsonx-ai for the latest version.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= IBM watsonx.ai Moderation

This functionality has been moved to the Spring AI Community repository.

Please visit https://github.com/spring-ai-community/spring-ai-watsonx-ai for the latest version.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ They measure the time spent in the advisor (including the time spend on the inne
== Chat Model

NOTE: Observability features are currently supported only for `ChatModel` implementations from the following AI model
providers: Anthropic, Azure OpenAI, Mistral AI, Ollama, OpenAI, Vertex AI, MiniMax, Moonshot, QianFan, Zhipu AI.
providers: Anthropic, Azure OpenAI, Mistral AI, Ollama, OpenAI, Vertex AI, MiniMax, Moonshot, QianFan, IBM watsonx.ai, Zhipu AI.
Additional AI model providers will be supported in a future release.

The `gen_ai.client.operation` observations are recorded when calling the ChatModel `call` or `stream` methods.
Expand Down