PineconeIndex.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How the index is configured.
[System.Text.Json.Serialization.JsonPropertyName("database")]
public Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition Configuration { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("database")>]
member this.Configuration : Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition with get, set
Public Property Configuration As IndexDefinition
Property Value
- Attributes