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