You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="filterClauses">The filter clauses to use.</param>
69
69
<summary>
70
70
Creates an instance of <seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <seecref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
71
71
</summary>
72
-
<paramname="filterClauses">The <seecref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use.</param>
73
72
<remarks>To be added.</remarks>
74
73
</Docs>
75
74
</Member>
@@ -94,7 +93,7 @@
94
93
</Parameters>
95
94
<Docs>
96
95
<paramname="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
-
<paramname="value">Value that the list should contain.</param>
96
+
<paramname="value">The value that the list should contain.</param>
98
97
<summary>
99
98
Adds an any tag equal to clause to the filter options.
100
99
</summary>
@@ -149,7 +148,7 @@
149
148
<paramname="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>
150
149
<paramname="value">Value that the property should match.</param>
151
150
<summary>
152
-
Add an equal to clause to the filter options.
151
+
Adds an equal to clause to the filter options.
153
152
</summary>
154
153
<returns>
155
154
<seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> instance to allow fluent configuration.</returns>
0 commit comments