File tree Expand file tree Collapse file tree 3 files changed +50
-2
lines changed
snippets/general-shared-text Expand file tree Collapse file tree 3 files changed +50
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ title: Pinecone
44
55Send processed data from Unstructured to Pinecone.
66
7- You'll need:
7+ The following video shows how to fulfill the minimum set of Pinecone prerequisites:
8+
9+ <iframe
10+ width = " 560"
11+ height = " 315"
12+ src = " https://www.youtube.com/embed/Li0yhaeguYQ"
13+ title = " YouTube video player"
14+ frameborder = " 0"
15+ allow = " accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16+ allowfullscreen
17+ ></iframe >
18+
19+ Here are some more details about the prerequisites:
820
921import PineconePrerequisites from ' /snippets/general-shared-text/pinecone.mdx' ;
1022
Original file line number Diff line number Diff line change 11The Azure AI Search (formerly Azure Cognitive Search) prerequisites:
22
3+ The following video shows how to fulfill the minimum set of Azure AI Search prerequisites:
4+
5+ <iframe
6+ width = " 560"
7+ height = " 315"
8+ src = " https://www.youtube.com/embed/G_YqjOhSG7M"
9+ title = " YouTube video player"
10+ frameborder = " 0"
11+ allow = " accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+ allowfullscreen
13+ ></iframe >
14+
15+ Here are some more details about these prerequisites:
16+
317- The endpoint and API key for Azure AI Search. [ Create an endpoint and API key] ( https://learn.microsoft.com/azure/search/search-create-service-portal ) .
418- The name of the index in Azure AI Search. [ Create an index] ( https://learn.microsoft.com/rest/api/searchservice/create-index ) .
519
Original file line number Diff line number Diff line change 1- The Azure Storage account prerequisites:
1+ The Azure Storage account prerequisites.
2+
3+ The following video shows how to fulfill the minimum set of Azure Storage account prerequisites:
4+
5+ <iframe
6+ width = " 560"
7+ height = " 315"
8+ src = " https://www.youtube.com/embed/Vl3KCphlh9Y"
9+ title = " YouTube video player"
10+ frameborder = " 0"
11+ allow = " accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
12+ allowfullscreen
13+ ></iframe >
14+
15+ <Note >
16+ If you are generating an SAS token as shown in the preceding video, be sure to set the following permissions:
17+
18+ - ** Read** and ** List** for reading from the container only.
19+ - ** Write** and ** List** for writing to the container only.
20+ - ** Read** , ** Write** , and ** List** for both reading from and writing to the container.
21+ </Note >
22+
23+ Here are some more details about these prerequisites:
224
325- An Azure account. To create one, [ learn how] ( https://azure.microsoft.com/pricing/purchase-options/azure-account ) .
426
You can’t perform that action at this time.
0 commit comments