Query.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this parameter is present, the operation only affects vectors that satisfy the filter. See https://www.pinecone.io/docs/metadata-filtering/.
public System.Collections.Generic.Dictionary<string,object>? Filter { get; set; }
member this.Filter : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Filter As Dictionary(Of String, Object)