Skip to content

Commit 63f33e4

Browse files
authored
[Search] Fixing incorrect use of ReadOnlyMemory in documentation (Azure#49001)
1 parent 96d90b4 commit 63f33e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/search/Azure.Search.Documents/src/Indexes/VectorSearchFieldAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Azure.Search.Documents.Indexes
88
{
99
/// <summary>
10-
/// Attributes a ReadOnlyMemory&lt;float&gt; vector field, allowing its use with the VectorSearch indexes.
10+
/// Attributes a Collection(<see cref="SearchFieldDataType.Single"/>) vector field, allowing its use with the VectorSearch indexes.
1111
/// </summary>
1212
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
1313
public class VectorSearchFieldAttribute : Attribute, ISearchFieldAttribute

0 commit comments

Comments
 (0)