mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
parent
4d697d3f24
commit
633b673b85
@ -18,7 +18,7 @@
|
|||||||
"## Creating a Pinecone index\n",
|
"## 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",
|
"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",
|
"\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",
|
"\n",
|
||||||
"NOTE: The self-query retriever requires you to have `lark` package installed."
|
"NOTE: The self-query retriever requires you to have `lark` package installed."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user