Skip to content

Commit f9be7f3

Browse files
authored
Update index-policy.md
updated vector index example
1 parent 5d70e55 commit f9be7f3

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)