Table of Contents

Class QdrantOptions

Namespace
Microsoft.AutoGen.Extensions.SemanticKernel
Assembly
Microsoft.AutoGen.Extensions.SemanticKernel.dll
public class QdrantOptions
Inheritance
QdrantOptions
Inherited Members

Properties

ApiKey

public string ApiKey { get; set; }

Property Value

string

Endpoint

[Required]
public required string Endpoint { get; set; }

Property Value

string

VectorSize

[Required]
public required int VectorSize { get; set; }

Property Value

int