Skip to content

Commit 500ce9b

Browse files
committed
docs
1 parent 3a04655 commit 500ce9b

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,15 @@ The client supports two UiPath backends:
3838
# Base installation (core client only)
3939
pip install uipath-llm-client
4040

41-
# With LangChain support
42-
pip install uipath-langchain-client
43-
44-
# With specific provider extras for passthrough mode
45-
pip install "uipath-langchain-client[openai]" # OpenAI/Azure OpenAI models
46-
pip install "uipath-langchain-client[google]" # Google Gemini models
47-
pip install "uipath-langchain-client[anthropic]" # Anthropic Claude models
48-
pip install "uipath-langchain-client[aws]" # AWS Bedrock models
49-
pip install "uipath-langchain-client[azure]" # Azure AI models
50-
pip install "uipath-langchain-client[vertexai]" # Google Vertex AI (Anthropic on Vertex)
51-
pip install "uipath-langchain-client[fireworks]" # Fireworks AI models
52-
pip install "uipath-langchain-client[all]" # All providers
41+
# With optional provider extras for passthrough mode
42+
pip install "uipath-llm-client[openai]" # OpenAI/Azure OpenAI models
43+
pip install "uipath-llm-client[google]" # Google Gemini models
44+
pip install "uipath-llm-client[anthropic]" # Anthropic Claude models
45+
pip install "uipath-llm-client[all]" # All of the above
5346
```
5447

48+
For LangChain support, use the separate package: `pip install uipath-langchain-client`.
49+
5550
### Using `uv`
5651

5752
1. Add the custom index to your `pyproject.toml`:

0 commit comments

Comments
 (0)