Skip to content

Commit a247a03

Browse files
committed
remove duplicate param tag
1 parent 0a85a20 commit a247a03

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

xml/Microsoft.Extensions.VectorData/VectorSearchFilter.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Attributes>
2222
<Docs>
2323
<summary>
24-
Used to provide filtering when doing vector searches.
24+
Provides filtering when doing vector searches.
2525
Contains configuration for doing basic vector search filtering.
2626
</summary>
2727
<remarks>
@@ -65,11 +65,10 @@
6565
<Parameter Name="filterClauses" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.VectorData.FilterClause&gt;" />
6666
</Parameters>
6767
<Docs>
68-
<param name="filterClauses">To be added.</param>
68+
<param name="filterClauses">The filter clauses to use.</param>
6969
<summary>
7070
Creates an instance of <see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <see cref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
7171
</summary>
72-
<param name="filterClauses">The <see cref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use.</param>
7372
<remarks>To be added.</remarks>
7473
</Docs>
7574
</Member>
@@ -94,7 +93,7 @@
9493
</Parameters>
9594
<Docs>
9695
<param name="propertyName">Name of the property consisting of a list of values to check against. Use the name of the property from your data model or as provided in the record definition.</param>
97-
<param name="value">Value that the list should contain.</param>
96+
<param name="value">The value that the list should contain.</param>
9897
<summary>
9998
Adds an any tag equal to clause to the filter options.
10099
</summary>
@@ -149,7 +148,7 @@
149148
<param name="propertyName">Name of the property to check against. Use the name of the property from your data model or as provided in the record definition.</param>
150149
<param name="value">Value that the property should match.</param>
151150
<summary>
152-
Add an equal to clause to the filter options.
151+
Adds an equal to clause to the filter options.
153152
</summary>
154153
<returns>
155154
<see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> instance to allow fluent configuration.</returns>
@@ -175,7 +174,7 @@
175174
</ReturnValue>
176175
<Docs>
177176
<summary>
178-
The filter clauses to and together.
177+
Gets the filter clauses to 'and' together.
179178
</summary>
180179
<value>To be added.</value>
181180
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)