Skip to content

Commit 8b15435

Browse files
committed
fixed another warning
1 parent 8d0104c commit 8b15435

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/search/vector-search-how-to-storage-options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ PUT https://[service-name].search.windows.net/indexes/demo-index?api-version=202
6161
- The `stored` property is set during index creation on vector fields and is irreversible. If you want retrievable content later, you must drop and rebuild the index, or create and load a new field that has the new attribution.
6262

6363
- Defaults are `stored` set to true and `retrievable` set to false. In a default configuration, a retrievable copy is stored, but it's not automatically returned in results. When `stored` is true, you can toggle `retrievable` between true and false at any time without having to rebuild an index. When `stored` is false, `retrievable` must be false and can't be changed.
64-
65-
##

0 commit comments

Comments
 (0)