Skip to content

Commit 997c7b2

Browse files
Merge pull request #259476 from HeidiSteen/heidist-fix
misc edits
2 parents 0fcaeaf + ce6a01d commit 997c7b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-what-is-azure-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ms.custom:
1919

2020
Azure AI Search ([formerly known as "Azure Cognitive Search"](whats-new.md#new-service-name)) provides secure information retrieval at scale over user-owned content in traditional and conversational search applications.
2121

22-
Information retrieval is foundational to any app that surfaces text and vectors. Common scenarios include catalog or document search, data exploration, and increasingly chat-style search modalities over proprietary grounding data. When you create a search service, you'll work with the following capabilities:
22+
Information retrieval is foundational to any app that surfaces text and vectors. Common scenarios include catalog or document search, data exploration, and increasingly chat-style copilot apps over proprietary grounding data. When you create a search service, you work with the following capabilities:
2323

2424
+ A search engine for [full text](search-lucene-query-architecture.md) and [vector search](vector-search-overview.md) over a search index
25-
+ Rich indexing, with [integrated data chunking and vectorization (preview)](vector-search-integrated-vectorization.md), [lexical analysis](search-analyzers.md) for text, and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation
25+
+ Rich indexing with [integrated data chunking and vectorization (preview)](vector-search-integrated-vectorization.md), [lexical analysis](search-analyzers.md) for text, and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation
2626
+ Rich query syntax for [vector queries](vector-search-how-to-query.md), text search, [hybrid search](hybrid-search-overview.md), fuzzy search, autocomplete, geo-search and others
2727
+ Azure scale, security, and reach
2828
+ Azure integration at the data layer, machine learning layer, Azure AI services and Azure OpenAI
@@ -54,7 +54,7 @@ On the search service itself, the two primary workloads are *indexing* and *quer
5454

5555
Azure AI Search is well suited for the following application scenarios:
5656

57-
+ Search over your vector and text content, isolated from the internet.
57+
+ Search over your vector and text content. You own or control what's searchable.
5858

5959
+ Consolidate heterogeneous content into a user-defined and populated search index composed of vectors and text.
6060

0 commit comments

Comments
 (0)