mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-13 11:07:41 +00:00
55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
---
|
|
sidebar_position: 0
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
# Providers
|
|
|
|
:::info
|
|
|
|
If you'd like to write your own integration, see [Extending LangChain](/docs/how_to/#custom).
|
|
If you'd like to contribute an integration, see [Contributing integrations](/docs/contributing/integrations/).
|
|
|
|
:::
|
|
|
|
LangChain integrates with many providers.
|
|
|
|
## Partner Packages
|
|
|
|
These providers have standalone `langchain-{provider}` packages for improved versioning, dependency management and testing.
|
|
|
|
- [AI21](/docs/integrations/providers/ai21)
|
|
- [Airbyte](/docs/integrations/providers/airbyte)
|
|
- [Amazon Web Services](/docs/integrations/platforms/aws)
|
|
- [Anthropic](/docs/integrations/platforms/anthropic)
|
|
- [Astra DB](/docs/integrations/providers/astradb)
|
|
- [Cohere](/docs/integrations/providers/cohere)
|
|
- [Couchbase](/docs/integrations/providers/couchbase)
|
|
- [Elasticsearch](/docs/integrations/providers/elasticsearch)
|
|
- [Exa Search](/docs/integrations/providers/exa_search)
|
|
- [Fireworks](/docs/integrations/providers/fireworks)
|
|
- [Google](/docs/integrations/platforms/google)
|
|
- [Groq](/docs/integrations/providers/groq)
|
|
- [IBM](/docs/integrations/providers/ibm)
|
|
- [MistralAI](/docs/integrations/providers/mistralai)
|
|
- [MongoDB](/docs/integrations/providers/mongodb_atlas)
|
|
- [Nomic](/docs/integrations/providers/nomic)
|
|
- [Nvidia](/docs/integrations/providers/nvidia)
|
|
- [OpenAI](/docs/integrations/platforms/openai)
|
|
- [Pinecone](/docs/integrations/providers/pinecone)
|
|
- [Qdrant](/docs/integrations/providers/qdrant)
|
|
- [Robocorp](/docs/integrations/providers/robocorp)
|
|
- [Together AI](/docs/integrations/providers/together)
|
|
- [Upstage](/docs/integrations/providers/upstage)
|
|
- [Voyage AI](/docs/integrations/providers/voyageai)
|
|
|
|
|
|
## Featured Community Providers
|
|
|
|
- [Hugging Face](/docs/integrations/platforms/huggingface)
|
|
- [Microsoft](/docs/integrations/platforms/microsoft)
|
|
|
|
## All Providers
|
|
|
|
Click [here](/docs/integrations/providers/) to see all providers.
|