Skip to content

Commit 867fb46

Browse files
committed
placeholder for doc samples
1 parent 62f451f commit 867fb46

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "aba4346f",
6+
"metadata": {},
7+
"source": [
8+
"## Document Permissions in Azure AI Search\n",
9+
"\n",
10+
"1. Setup index w/ permissions\n",
11+
"1. Setup data source w/ permissions\n",
12+
"1. Setup indexer\n",
13+
"1. Connect to App\n",
14+
"1. Setup authentication\n",
15+
"1. Show how to query\n",
16+
"1. Show pushing data with permissions into index"
17+
]
18+
}
19+
],
20+
"metadata": {
21+
"language_info": {
22+
"name": "python"
23+
}
24+
},
25+
"nbformat": 4,
26+
"nbformat_minor": 5
27+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
azure-search-documents==11.6.0b11
2+
azure-identity
3+
openai
4+
aiohttp
5+
ipykernel

0 commit comments

Comments
 (0)