@@ -13,7 +13,7 @@ pip install "uipath-langchain-client[openai]" # OpenAI/Azure models
1313pip install " uipath-langchain-client[google]" # Google Gemini models
1414pip install " uipath-langchain-client[anthropic]" # Anthropic Claude models
1515pip install " uipath-langchain-client[azure]" # Azure AI models
16- pip install " uipath-langchain-client[aws] " # AWS Bedrock models
16+ pip install " uipath-langchain-client[bedrock] " # AWS Bedrock models
1717pip install " uipath-langchain-client[vertexai]" # Google VertexAI models
1818pip install " uipath-langchain-client[fireworks]" # Fireworks AI models
1919pip install " uipath-langchain-client[all]" # All providers
@@ -94,8 +94,8 @@ Uses vendor-specific APIs through UiPath's gateway. Full feature parity with nat
9494| ` UiPathChatGoogleGenerativeAI ` | Google | ` [google] ` | Gemini 2.5, 2.0, 1.5 |
9595| ` UiPathChatAnthropic ` | Anthropic (via Bedrock) | ` [anthropic] ` | Claude Sonnet 4.5, Opus, etc. |
9696| ` UiPathChatAnthropicVertex ` | Anthropic (via VertexAI) | ` [vertexai] ` | Claude models |
97- | ` UiPathChatBedrock ` | AWS Bedrock (invoke API) | ` [aws ] ` | Bedrock-hosted models |
98- | ` UiPathChatBedrockConverse ` | AWS Bedrock (Converse API) | ` [aws ] ` | Bedrock-hosted models |
97+ | ` UiPathChatBedrock ` | AWS Bedrock (invoke API) | ` [bedrock ] ` | Bedrock-hosted models |
98+ | ` UiPathChatBedrockConverse ` | AWS Bedrock (Converse API) | ` [bedrock ] ` | Bedrock-hosted models |
9999| ` UiPathChatFireworks ` | Fireworks AI | ` [fireworks] ` | Various open-source models |
100100| ` UiPathAzureAIChatCompletionsModel ` | Azure AI | ` [azure] ` | Various Azure AI models |
101101
@@ -106,7 +106,7 @@ Uses vendor-specific APIs through UiPath's gateway. Full feature parity with nat
106106| ` UiPathAzureOpenAIEmbeddings ` | OpenAI/Azure (UiPath-owned) | ` [openai] ` | text-embedding-3-large/small |
107107| ` UiPathOpenAIEmbeddings ` | OpenAI (BYO) | ` [openai] ` | text-embedding-3-large/small |
108108| ` UiPathGoogleGenerativeAIEmbeddings ` | Google | ` [google] ` | text-embedding-004 |
109- | ` UiPathBedrockEmbeddings ` | AWS Bedrock | ` [aws ] ` | Titan Embeddings, etc. |
109+ | ` UiPathBedrockEmbeddings ` | AWS Bedrock | ` [bedrock ] ` | Titan Embeddings, etc. |
110110| ` UiPathFireworksEmbeddings ` | Fireworks AI | ` [fireworks] ` | Various |
111111| ` UiPathAzureAIEmbeddingsModel ` | Azure AI | ` [azure] ` | Various Azure AI models |
112112
0 commit comments