Skip to content

Commit

Permalink
Docs for Tanzu genai cloud bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Aug 22, 2024
1 parent 55a5033 commit a0ee10f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ The following are the components for which the cloud binding support is currentl

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

0 comments on commit a0ee10f

Please sign in to comment.