PineconeUtils.PineconeOperator Class
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.
Class for Pinecone filtering logic.
public sealed class PineconeUtils.PineconeOperator
type PineconeUtils.PineconeOperator = class
Public NotInheritable Class PineconeUtils.PineconeOperator
- Inheritance
-
PineconeUtils.PineconeOperator
Constructors
PineconeUtils.PineconeOperator(String, Object) |
Initializes a new instance of the PineconeUtils.PineconeOperator class. |
Properties
Operator |
Filtering operator (e.g. $eq, $ne), see https://docs.pinecone.io/docs/metadata-filtering#metadata-query-language. |
Value |
Filtering value. |
Methods
ToDictionary() |
Converts instance of PineconeUtils.PineconeOperator to Dictionary<TKey,TValue>. |