File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,20 +38,15 @@ The client supports two UiPath backends:
3838# Base installation (core client only)
3939pip 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
57521 . Add the custom index to your ` pyproject.toml ` :
You can’t perform that action at this time.
0 commit comments