Skip to content

Commit b7d9911

Browse files
committed
formatting
1 parent f72926d commit b7d9911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/vector-search-how-to-configure-compression-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Each component of the vector is mapped to the closest representative value withi
201201

202202
Here's a composite example of a search index that specifies narrow data types, reduced storage, and vector compression.
203203

204-
+ "HotelNameVector" provides a narrow data type example, recasting `Float32` to `Float16`, expressed as `Collection(Edm.Half)` in the search index. The embedding model produces `Float32`, but in the index, the data is `Float16`.
204+
+ "HotelNameVector" provides a narrow data type example, recasting the original `Float32` values to `Float16`, expressed as `Collection(Edm.Half)` in the search index.
205205
+ "HotelNameVector" also has `stored` set to false. Extra embeddings used in a query response are not stored.
206206
+ "DescriptionVector" provides an example of vector compression. Vector compression is defined in the index, referenced in a profile, and then assigned to a vector field. "DescriptionVector" also has `stored` set to false.
207207

0 commit comments

Comments
 (0)