docs: update providers (#17488)

This commit is contained in:
Bagatur 2024-02-13 14:00:15 -08:00 committed by GitHub
parent 8d6cc90fc5
commit 5dca107621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -5,10 +5,12 @@ sidebar_class_name: hidden
# Providers # Providers
LangChain integrates with many providers LangChain integrates with many providers.
## Partner Packages ## Partner Packages
These providers have standalone `langchain-{provider}` packages for improved versioning, dependency management and testing.
- [OpenAI](/docs/integrations/platforms/openai) - [OpenAI](/docs/integrations/platforms/openai)
- [Anthropic](/docs/integrations/platforms/anthropic) - [Anthropic](/docs/integrations/platforms/anthropic)
- [Google](/docs/integrations/platforms/google) - [Google](/docs/integrations/platforms/google)
@ -25,4 +27,7 @@ LangChain integrates with many providers
- [AWS](/docs/integrations/platforms/aws) - [AWS](/docs/integrations/platforms/aws)
- [Hugging Face](/docs/integrations/platforms/huggingface) - [Hugging Face](/docs/integrations/platforms/huggingface)
- [Microsoft](/docs/integrations/platforms/microsoft) - [Microsoft](/docs/integrations/platforms/microsoft)
- [Oracle Cloud Infrastructure (OCI)](/docs/integrations/platforms/oci)
## All Providers
Click [here](/docs/integrations/providers/) to see all providers.