Share via


IndexDefinition.Create(String) Method

Definition

Initializes a new instance of the IndexDefinition class.

public static Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition Create (string name);
static member Create : string -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition
Public Shared Function Create (name As String) As IndexDefinition

Parameters

name
String

The unique name of an index.

Returns

Applies to