Skip to content

Commit 0b00f8f

Browse files
Merge pull request #277906 from jcodella/patch-5
Update vector-search.md
2 parents c470831 + bff6587 commit 0b00f8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ Here are examples of valid vector index policies:
185185
}
186186
```
187187
> [!NOTE]
188-
> The Quantized Flat index 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.
188+
> 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.
189+
190+
> [!IMPORTANT]
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.
189192
190193
## Perform vector search with queries using VectorDistance()
191194

0 commit comments

Comments
 (0)