From 472f70c54b96caaaf5dfd538d3d55ac2528abaa9 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 6 Jan 2024 16:26:34 -0800 Subject: [PATCH] fix docs build (#15645) --- docs/docs/get_started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get_started/quickstart.mdx b/docs/docs/get_started/quickstart.mdx index 3db544f446..9279c62a67 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -70,7 +70,7 @@ For this getting started guide, we will provide two options: using OpenAI (a pop -First we'll need to the LangChain <> OpenAI integration package. +First we'll need to import the LangChain x OpenAI integration package. ```shell pip install langchain_openai