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
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.VectorData/VectorSearchFilter.xml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
<Parameters />
46
46
<Docs>
47
47
<summary>
48
-
Create an instance of <seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /></summary>
48
+
Creates an instance of <seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" />.</summary>
49
49
<remarks>To be added.</remarks>
50
50
</Docs>
51
51
</Member>
@@ -67,8 +67,9 @@
67
67
<Docs>
68
68
<paramname="filterClauses">To be added.</param>
69
69
<summary>
70
-
Create an instance of <seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <seecref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
71
-
<paramname="filterClauses">The <seecref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use</param></summary>
70
+
Creates an instance of <seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <seecref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
71
+
</summary>
72
+
<paramname="filterClauses">The <seecref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use.</param>
72
73
<remarks>To be added.</remarks>
73
74
</Docs>
74
75
</Member>
@@ -95,7 +96,7 @@
95
96
<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>
96
97
<paramname="value">Value that the list should contain.</param>
97
98
<summary>
98
-
Add an any tag equal to clause to the filter options.
99
+
Adds an any tag equal to clause to the filter options.
99
100
</summary>
100
101
<returns>
101
102
<seecref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> instance to allow fluent configuration.</returns>
0 commit comments