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
Endpoint
[Required]
public required string Endpoint { get; set; }
Property Value
VectorSize
[Required]
public required int VectorSize { get; set; }