Class QdrantOptions
- Namespace
- Mythosia.VectorDb.Qdrant
- Assembly
- Mythosia.VectorDb.Qdrant.dll
public class QdrantOptions
- Inheritance
-
QdrantOptions
- Inherited Members
-
Constructors
QdrantOptions()
Properties
AdditionalPayloadIndexes
public IList<QdrantIndexOption> AdditionalPayloadIndexes { get; set; }
Property Value
- IList<QdrantIndexOption>
ApiKey
public string? ApiKey { get; set; }
Property Value
- string
AutoCreateCollection
public bool AutoCreateCollection { get; set; }
Property Value
- bool
CollectionName
public string CollectionName { get; set; }
Property Value
- string
Dimension
public int Dimension { get; set; }
Property Value
- int
DistanceStrategy
public QdrantDistanceStrategy DistanceStrategy { get; set; }
Property Value
- QdrantDistanceStrategy
Host
public string Host { get; set; }
Property Value
- string
HybridFusionStrategy
public QdrantHybridFusionStrategy HybridFusionStrategy { get; set; }
Property Value
- QdrantHybridFusionStrategy
Port
public int Port { get; set; }
Property Value
- int
UseTls
public bool UseTls { get; set; }
Property Value
- bool
Methods
Validate()