Docs for Tanzu genai cloud bindings

This commit is contained in:
Soby Chacko
2024-08-22 13:25:30 -04:00
parent 55a5033b63
commit a0ee10fa91

View File

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