Skip to content

Commit 2adf1bd

Browse files
committed
Updated python vector howto with wildcard
1 parent 4250ed3 commit 2adf1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/how-to-python-vector-index-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ indexing_policy = {
116116
    "excludedPaths": [
117117
        {
118118
            "path": "/\"_etag\"/?",
119-
"path": "/coverImageVector",
120-
"path": "/contentVector"
119+
"path": "/coverImageVector/*",
120+
"path": "/contentVector/*"
121121

122122
        }
123123
    ],

0 commit comments

Comments
 (0)