Skip to content

Commit 98101e4

Browse files
authored
Merge pull request #282186 from jcodella/patch-14
Update index-policy.md
2 parents 90ef56f + f9be7f3 commit 98101e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cosmos-db/index-policy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ Here's an example of an indexing policy with a vector index:
147147
],
148148
"excludedPaths": [
149149
{
150-
"path": "/_etag/?"
150+
"path": "/_etag/?",
151+
},
152+
{
153+
"path": "/vector/*"
151154
}
152155
],
153156
"vectorIndexes": [

0 commit comments

Comments
 (0)