Skip to content

Commit 4176a49

Browse files
committed
corrections to a feature name
1 parent 468c8d3 commit 4176a49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/search/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:Landing
22

33
title: Azure AI Search documentation # < 60 chars
4-
summary: Information retrieval at scale for agentic RAG, with vector and text content in traditional or generative search scenarios.
4+
summary: Information retrieval at scale for agentic retrieval, with vector and text content in traditional or generative search scenarios.
55
metadata:
66
title: Azure AI Search documentation
7-
description: Information retrieval at scale for agentic RAG, with vector and text content in traditional or generative search scenarios.
7+
description: Information retrieval at scale for agentic retrieval, with vector and text content in traditional or generative search scenarios.
88
ms.service: azure-ai-search
99
ms.custom:
1010
- ignite-2023
@@ -43,13 +43,13 @@ landingContent:
4343
url: vector-search-how-to-query.md
4444

4545
# Card
46-
- title: Agentic RAG
46+
- title: Agentic retrieval and vectors
4747
linkLists:
4848
- linkListType: concept
4949
links:
5050
- text: Retrieval Augmented Generation (RAG)
5151
url: retrieval-augmented-generation-overview.md
52-
- text: Agentic RAG
52+
- text: Agentic retrieval
5353
url: search-agentic-retrieval-concept.md
5454
- text: Vector search
5555
url: vector-search-overview.md

articles/search/retrieval-augmented-generation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A high-level summary of the pattern looks like this:
5858
+ Send it to Azure AI Search to find relevant information.
5959
+ Return the top ranked search results to an LLM.
6060
+ Use the natural language understanding and reasoning capabilities of the LLM to generate a response to the initial prompt.
61-
+ Optionally, use agentic RAG where an agent evaluates an answer and finds a better one if the original answer is incomplete or low quality.
61+
+ Optionally, use agentic retrieival where an agent evaluates an answer and finds a better one if the original answer is incomplete or low quality.
6262

6363
Azure AI Search provides inputs to the LLM prompt, but doesn't train the model. In RAG architecture, there's no extra training. The LLM is pretrained using public data, but it generates responses that are augmented by information from the retriever, in this case, Azure AI Search.
6464

articles/search/search-document-level-access-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Document-level permissions in Azure AI Search provide a structured framework for
5454
To help you dive deeper into document-level access control in Azure AI Search, here’s a table of key resources:
5555

5656
| Functionality | Reference | Sample |
57-
|---|---|
57+
|---|---|---|
5858
| **Index permissions using Push APIs** | [Index permissions using REST API](search-index-access-control-lists-and-rbac-push-api.md) | [azure-search-rest-samples/Quickstart-ACL](https://github.com/Azure-Samples/azure-search-rest-samples-pr/tree/main/Quickstart-ACL) or [azure-search-python-samples/Quickstart-ACL](https://github.com/Azure-Samples/azure-search-python-samples-pr/blob/main/Quickstart-ACL) |
5959
| **Index ADLS Gen2 permissions metadata using built-in indexers** | [Index permissions using ADLS Gen2 indexer](search-indexer-access-control-lists-and-role-based-access.md) | [azure-search-python-samples/Quickstart-Document-Permissions](https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Quickstart-Document-Permissions) |
6060
| **Query using Microsoft Entra token-based permissions** | [Query using Microsoft Entra token-based permissions](https://aka.ms/azs-query-preserving-permissions) | See previous samples. |

0 commit comments

Comments
 (0)