Skip to content

Commit 861ad4f

Browse files
Merge pull request #272495 from HeidiSteen/heidist-vectors
vector store database terminology
2 parents 17c7e9b + e8aa9aa commit 861ad4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/vector-search-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Scenarios for vector search include:
4545

4646
+ **Filtered vector search**. A query request can include a vector query and a [filter expression](search-filters.md). Filters apply to text and numeric fields, and are useful for metadata filters, and including or excluding search results based on filter criteria. Although a vector field isn't filterable itself, you can set up a filterable text or numeric field. The search engine can process the filter before or after the vector query executes.
4747

48-
+ **Vector storage**. Azure AI Search stores the data that you query over. Use it as a [pure vector store](vector-store.md) any time you need long-term memory or a knowledge base, or grounding data for [Retrieval Augmented Generation (RAG) architecture](https://aka.ms/what-is-rag), or any app that uses vectors.
48+
+ **Vector database**. Azure AI Search stores the data that you query over. Use it as a [pure vector store](vector-store.md) any time you need long-term memory or a knowledge base, or grounding data for [Retrieval Augmented Generation (RAG) architecture](https://aka.ms/what-is-rag), or any app that uses vectors.
4949

5050
## How vector search works in Azure AI Search
5151

articles/search/vector-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Vector store
2+
title: Vector store database
33
titleSuffix: Azure AI Search
44
description: Describes concepts behind vector storage in Azure AI Search.
55

0 commit comments

Comments
 (0)