Class PineconeOptions
- Namespace
- Mythosia.VectorDb.Pinecone
- Assembly
- Mythosia.VectorDb.Pinecone.dll
public class PineconeOptions
- Inheritance
-
PineconeOptions
- Inherited Members
-
Constructors
PineconeOptions()
Properties
ApiKey
public string ApiKey { get; set; }
Property Value
- string
AutoCreateIndex
public bool AutoCreateIndex { get; set; }
Property Value
- bool
Cloud
public string? Cloud { get; set; }
Property Value
- string
ControlPlaneHost
public string ControlPlaneHost { get; set; }
Property Value
- string
Dimension
public int Dimension { get; set; }
Property Value
- int
IndexHost
public string IndexHost { get; set; }
Property Value
- string
IndexName
public string? IndexName { get; set; }
Property Value
- string
Namespace
public string? Namespace { get; set; }
Property Value
- string
Region
public string? Region { get; set; }
Property Value
- string
RequestTimeoutSeconds
public int RequestTimeoutSeconds { get; set; }
Property Value
- int
UpsertBatchSize
public int UpsertBatchSize { get; set; }
Property Value
- int
Methods
Validate()