From eec023766e64987d06e80ebb899cabc28e883558 Mon Sep 17 00:00:00 2001 From: Taraka Nithin Vankala <138368536+nithinv-27@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:32:33 +0530 Subject: [PATCH] docs: Corrected error (#19030) - [ ] **PR title**: "docs: correction in "https://github.com/langchain-ai/langchain/blob/master/docs/docs/get_started/quickstart.mdx", line 289". - Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - Example: "community: add foobar LLM" - [ ] **PR message**: - Corrected the spelling mistake - #18981 --- 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 04ec3ee9321..4e841b10587 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -286,7 +286,7 @@ embeddings = OllamaEmbeddings() -Make sure you have the `cohere` package installed an the appropriate environment variables set (these are the same as needed for the LLM). +Make sure you have the `cohere` package installed and the appropriate environment variables set (these are the same as needed for the LLM). ```python from langchain_community.embeddings import CohereEmbeddings