Skip to content

Commit ad4cf86

Browse files
committed
Query response statement
1 parent 8baa41c commit ad4cf86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/vector-search-how-to-query.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 07/10/2023
10+
ms.date: 07/14/2023
1111
---
1212

1313
# Query vector data in a search index
@@ -17,6 +17,8 @@ ms.date: 07/10/2023
1717
1818
In Azure Cognitive Search, if you added vector fields to a search index, this article explains how to query those fields. It also explains how to combine vector queries with full text search and semantic search for hybrid query combination scenarios.
1919

20+
Query execution in Cognitive Search doesn't include vector conversion. Encoding (text-to-vector) and decoding (vector-to-text) is external to a search service. For both steps, your application code should call the same embedding model. As an alternative, remember that a query response can include non-vector fields in your search index. If you want to skip a decoding step, you could query on a vector field (descriptionVector) but return the text field (description) in the response.
21+
2022
## Prerequisites
2123

2224
+ Azure Cognitive Search, in any region and on any tier. Most existing services support vector search. For a small subset of services created prior to January 2019, an index containing vector fields will fail on creation. In this situation, a new service must be created.

0 commit comments

Comments
 (0)