Table of Contents

Class QdrantIndexOption

Namespace
Mythosia.VectorDb.Qdrant
Assembly
Mythosia.VectorDb.Qdrant.dll
public class QdrantIndexOption
Inheritance
QdrantIndexOption
Inherited Members

Constructors

QdrantIndexOption()

public QdrantIndexOption()

QdrantIndexOption(string, PayloadSchemaType)

public QdrantIndexOption(string field, PayloadSchemaType schemaType)

Parameters

field string
schemaType PayloadSchemaType

Properties

Field

public string Field { get; set; }

Property Value

string

SchemaType

public PayloadSchemaType SchemaType { get; set; }

Property Value

PayloadSchemaType