Table of Contents

Enum FilterOperator

Namespace
Mythosia.VectorDb
Assembly
Mythosia.VectorDb.Abstractions.dll
public enum FilterOperator

Fields

Eq = 0
Exists = 9
Gt = 2
Gte = 3
In = 6
Like = 8
Lt = 4
Lte = 5
Ne = 1
NotExists = 10
NotIn = 7