You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ If your configuration uses a search service managed identity for indexer connect
11
11
|[Quickstart](Quickstart/README.md)| Introduces the fundamental tasks of working with a classic search index: create, load, and query. The index is modeled on a subset of the hotels dataset, which is widely used in Azure AI Search samples but reduced in this sample for readability and comprehension. |
12
12
|[Quickstart-Agentic-Retrieval](Quickstart-Agentic-Retrieval/quickstart-agentic-retrieval.ipynb)| Create a knowledge base in Azure AI Search to integrate LLM reasoning into query planning. |
13
13
|[Quickstart-Document-Permissions-Pull-API](Quickstart-Document-Permissions-Pull-API/document-permissions-pull-api.ipynb)| Using an indexer "pull API" approach, flow access control lists from a data source to search results and apply permission filters that restrict access to authorized content. Indexer support is limited to Azure Data Lake Storage (ADLS) Gen2 permission metadata. |
14
-
|[Quickstart-Document-Permissions-Push-API](Quickstart-Document-Permissions-Push-API/document-permissions-push-api.ipynb)| Using the push APIs for indexing a JSON payload, flow embedded permission metadata to indexed documents, and to search results that are filtered based on user access to authorized content. |
14
+
|[Quickstart-Document-Permissions-Push-API](Quickstart-Document-Permissions-Push-API/document-permissions-push-api.ipynb)| Using the push APIs for indexing a JSON payload, flow embedded permission metadata to indexed documents and search results that are filtered based on user access to authorized content. |
15
15
|[Quickstart-RAG](Quickstart-RAG/quickstart-rag.ipynb)| Introduces LLM integration with a chat model, such as GPT-3.5-turbo or an equivalent model. |
16
16
|[Quickstart-Semantic-Search](Quickstart-Semantic-Search/semantic-search-quickstart.ipynb)| Extends the quickstart through modifications that invoke semantic ranking. This notebook adds a semantic configuration to the index and semantic query options that formulate the query and response. |
17
17
|[Quickstart-Vector-Search](Quickstart-Vector-Search/quickstart-vector-search.ipynb)| Introduces vector search in Azure AI Search. This notebook demonstrates how to create, load, and query a vector index. |
0 commit comments