Skip to content

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

Merged
merged 6 commits into from
Jun 6, 2025
Merged

Conversation

chainho
Copy link
Contributor

@chainho chainho commented Jun 4, 2025

fix clou to cloud in docs

fix clou to cloud in docs

Signed-off-by: chainHo <chainhou@gmail.com>
@dev-jonghoonpark
Copy link
Contributor

dev-jonghoonpark commented Jun 4, 2025

| `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`

There is also a typo, passwor in the same file.
Would it be possible to fix it in this PR as well?

Copy link
Contributor

@sunyuhan1998 sunyuhan1998 left a 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?

| `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`

@chainho
Copy link
Contributor Author

chainho commented Jun 5, 2025

| `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`

There is also a typo, passwor in the same file. Would it be possible to fix it in this PR as well?

OK.

@chainho
Copy link
Contributor Author

chainho commented Jun 5, 2025

At the end of the same file, there also seem to be some formatting issues—could you fix those in this PR as well?

| `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

chainho added 4 commits June 5, 2025 15:01
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`
Copy link
Contributor

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 (, ,)

Suggested change
| `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`

Copy link
Contributor Author

@chainho chainho Jun 5, 2025

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.

Copy link
Contributor

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>
@ilayaperumalg ilayaperumalg self-assigned this Jun 5, 2025
@ilayaperumalg ilayaperumalg added the documentation Improvements or additions to documentation label Jun 5, 2025
@ilayaperumalg ilayaperumalg added this to the 1.1.x milestone Jun 5, 2025
@ilayaperumalg
Copy link
Member

@chainho Thanks for the PR! @dev-jonghoonpark @sunyuhan1998 Thanks for the review.

@ilayaperumalg ilayaperumalg merged commit 694bb50 into spring-projects:main Jun 6, 2025
2 checks passed
spring-builds pushed a commit that referenced this pull request Jun 6, 2025
* fix:Typo cloud bindings doc

Signed-off-by: chainHo <chainhou@gmail.com>
(cherry picked from commit 694bb50)
namsoo2 pushed a commit to namsoo2/spring-ai that referenced this pull request Jun 9, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation for: backport-to-1.0.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants