-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix:Typo cloud bindings #3436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix:Typo cloud bindings #3436
Conversation
fix clou to cloud in docs Signed-off-by: chainHo <chainhou@gmail.com>
spring-ai/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/cloud-bindings.adoc Line 42 in b53f7e5
There is also a typo, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the end of the same file, there also seem to be some formatting issues—could you fix those in this PR as well?
spring-ai/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/cloud-bindings.adoc
Line 57 in b53f7e5
| `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` |
OK. |
OK |
Signed-off-by: chainHo <chainhou@gmail.com>
Signed-off-by: chainHo <chainhou@gmail.com>
Signed-off-by: chainHo <chainhou@gmail.com>
@@ -54,5 +54,5 @@ The following are the components for which the cloud binding support is currentl | |||
| `weaviate` | `uri`, `api-key` | `spring.ai.vectorstore.weaviate.scheme`, `spring.ai.vectorstore.weaviate.host`, `spring.ai.vectorstore.weaviate.api-key` | |||
|
|||
| `Tanzu GenAI` | |||
| `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` | |||
| `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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the double commas (, ,)
| `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` | |
| `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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, In the last commit , all the double comma was deleted. the password typo was correct now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Now, let's wait for the maintainer's review.
Signed-off-by: chainHo <chainhou@gmail.com>
@chainho Thanks for the PR! @dev-jonghoonpark @sunyuhan1998 Thanks for the review. |
* fix:Typo cloud bindings doc Signed-off-by: chainHo <chainhou@gmail.com> (cherry picked from commit 694bb50)
* fix:Typo cloud bindings doc Auto-cherry-pick to 1.0.x Signed-off-by: chainHo <chainhou@gmail.com> Signed-off-by: minsoo.nam <minsoo.nam@linecorp.com>
fix clou to cloud in docs