From 633b673b8593b7f3869d57d78ae53c4b3d16903f Mon Sep 17 00:00:00 2001 From: Roger Yu Date: Sat, 8 Jul 2023 15:48:03 +1000 Subject: [PATCH] Update pinecone.ipynb (#7382) Fix typo --- .../data_connection/retrievers/how_to/self_query/pinecone.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/modules/data_connection/retrievers/how_to/self_query/pinecone.ipynb b/docs/extras/modules/data_connection/retrievers/how_to/self_query/pinecone.ipynb index 1f7ca3b329..3bc5f7f36c 100644 --- a/docs/extras/modules/data_connection/retrievers/how_to/self_query/pinecone.ipynb +++ b/docs/extras/modules/data_connection/retrievers/how_to/self_query/pinecone.ipynb @@ -18,7 +18,7 @@ "## Creating a Pinecone index\n", "First we'll want to create a `Pinecone` VectorStore and seed it with some data. We've created a small demo set of documents that contain summaries of movies.\n", "\n", - "To use Pinecone, you to have `pinecone` package installed and you must have an API key and an Environment. Here are the [installation instructions](https://docs.pinecone.io/docs/quickstart).\n", + "To use Pinecone, you have to have `pinecone` package installed and you must have an API key and an Environment. Here are the [installation instructions](https://docs.pinecone.io/docs/quickstart).\n", "\n", "NOTE: The self-query retriever requires you to have `lark` package installed." ]