Skip to content

Commit 694bb50

Browse files
authored
fix:Typo cloud bindings (#3436)
* fix:Typo cloud bindings doc Auto-cherry-pick to 1.0.x Signed-off-by: chainHo <chainhou@gmail.com>
1 parent f0d4cbf commit 694bb50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/cloud-bindings.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
3333

3434
== Available Cloud Bindings
3535

36-
The following are the components for which the cloud binding support is currently available in the `spring-ai-spring-clou-bindings` module:
36+
The following are the components for which the cloud binding support is currently available in the `spring-ai-spring-cloud-bindings` module:
3737

3838
[cols="|,|"]
3939
|====
4040
| Service Type | Binding Type | Source Properties | Target Properties
4141
| `Chroma Vector Store`
42-
| `chroma` | `uri`, `username`, `passwor` | `spring.ai.vectorstore.chroma.client.host`, `spring.ai.vectorstore.chroma.client.port`, `spring.ai.vectorstore.chroma.client.username`, `spring.ai.vectorstore.chroma.client.host.password`
42+
| `chroma` | `uri`, `username`, `password` | `spring.ai.vectorstore.chroma.client.host`, `spring.ai.vectorstore.chroma.client.port`, `spring.ai.vectorstore.chroma.client.username`, `spring.ai.vectorstore.chroma.client.host.password`
4343

4444
| `Mistral AI`
4545
| `mistralai` | `api-key`, `uri` | `spring.ai.mistralai.api-key`, `spring.ai.mistralai.base-url`
@@ -54,5 +54,5 @@ The following are the components for which the cloud binding support is currentl
5454
| `weaviate` | `uri`, `api-key` | `spring.ai.vectorstore.weaviate.scheme`, `spring.ai.vectorstore.weaviate.host`, `spring.ai.vectorstore.weaviate.api-key`
5555

5656
| `Tanzu GenAI`
57-
| `genai` | `uri`, `api-key`, `model-capabilities` (`chat` and `embedding`), `model-name` | `spring.ai.openai.chat.base-url`, , spring.ai.openai.chat.api-key`, `spring.ai.openai.chat.options.model`, `spring.ai.openai.embedding.base-url`, , spring.ai.openai.embedding.api-key`, `spring.ai.openai.embedding.options.model`
57+
| `genai` | `uri`, `api-key`, `model-capabilities` (`chat` and `embedding`), `model-name` | `spring.ai.openai.chat.base-url`, `spring.ai.openai.chat.api-key`, `spring.ai.openai.chat.options.model`, `spring.ai.openai.embedding.base-url`, `spring.ai.openai.embedding.api-key`, `spring.ai.openai.embedding.options.model`
5858
|====

0 commit comments

Comments
 (0)