Skip to content

Commit bff6587

Browse files
authored
Update vector-search.md
1 parent fc120e7 commit bff6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Here are examples of valid vector index policies:
188188
> The Quantized Flat and DiskANN indexes requires that at least 1,000 vectors to be inserted. This is to ensure accuracy of the quantization process. If there are fewer than 1,000 vectors, a full scan is executed instead, and will lead to higher RU charges for a vector search query.
189189
190190
> [!IMPORTANT]
191-
> At this time in the vector search preview, do not use nested paths, wild card characters in the path of the vector policy. Replace operations on the vector policy are currently not supported.
191+
> At this time in the vector search preview do not use nested path or wild card characters in the path of the vector policy. Replace operations on the vector policy are currently not supported.
192192
193193
## Perform vector search with queries using VectorDistance()
194194

0 commit comments

Comments
 (0)