From 5dca107621ce18dbbbda79d88016b1783d159f20 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:00:15 -0800 Subject: [PATCH] docs: update providers (#17488) --- docs/docs/integrations/platforms/index.mdx | 9 +++++++-- docs/docs/integrations/{platforms => providers}/oci.mdx | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename docs/docs/integrations/{platforms => providers}/oci.mdx (100%) diff --git a/docs/docs/integrations/platforms/index.mdx b/docs/docs/integrations/platforms/index.mdx index 9416e13e522..14c09f2fa8c 100644 --- a/docs/docs/integrations/platforms/index.mdx +++ b/docs/docs/integrations/platforms/index.mdx @@ -5,10 +5,12 @@ sidebar_class_name: hidden # Providers -LangChain integrates with many providers +LangChain integrates with many providers. ## Partner Packages +These providers have standalone `langchain-{provider}` packages for improved versioning, dependency management and testing. + - [OpenAI](/docs/integrations/platforms/openai) - [Anthropic](/docs/integrations/platforms/anthropic) - [Google](/docs/integrations/platforms/google) @@ -25,4 +27,7 @@ LangChain integrates with many providers - [AWS](/docs/integrations/platforms/aws) - [Hugging Face](/docs/integrations/platforms/huggingface) - [Microsoft](/docs/integrations/platforms/microsoft) -- [Oracle Cloud Infrastructure (OCI)](/docs/integrations/platforms/oci) + +## All Providers + +Click [here](/docs/integrations/providers/) to see all providers. diff --git a/docs/docs/integrations/platforms/oci.mdx b/docs/docs/integrations/providers/oci.mdx similarity index 100% rename from docs/docs/integrations/platforms/oci.mdx rename to docs/docs/integrations/providers/oci.mdx