Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/langchain/invoke/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LangChain Example (Multiple Providers)

This example demonstrates how to use LaunchDarkly's AI Config with LangChain, supporting multiple providers including OpenAI, Bedrock, and Gemini. You can add additional LangChain providers using the `poetry add` command.
This example demonstrates how to use LaunchDarkly's AI Config with LangChain, supporting multiple providers including OpenAI, Anthropic, Google GenAI, and AWS Bedrock. To use a different provider, install the corresponding `langchain-*` package (e.g. `poetry add langchain-mistralai`).

## Prerequisites

Expand Down
1 change: 1 addition & 0 deletions getting_started/langchain/invoke/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ langchain = "^1.0.0"
langchain-core = "^1.0.0"
langchain-openai = "^1.0.0"
langchain-google-genai = "^4.0.0"
langchain-anthropic = "^1.0.0"
langchain-aws = "^1.0.0"

[build-system]
Expand Down
Loading