diff --git a/docs/docs/get_started/quickstart.mdx b/docs/docs/get_started/quickstart.mdx index 7cb7bb7679..a34a884fe9 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -293,7 +293,7 @@ embeddings = OllamaEmbeddings() 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 +from langchain_cohere.embeddings import CohereEmbeddings embeddings = CohereEmbeddings() ```