Skip to content

Commit ebbc4b7

Browse files
authored
More embed-linked videos to connectors for Pinecone, Azure Cognitive Search, and Azure Storage (#256)
1 parent 4cd8797 commit ebbc4b7

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

platform/destinations/pinecone.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ title: Pinecone
44

55
Send 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

921
import PineconePrerequisites from '/snippets/general-shared-text/pinecone.mdx';
1022

snippets/general-shared-text/azure-cognitive-search.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
The 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

snippets/general-shared-text/azure.mdx

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
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

0 commit comments

Comments
 (0)