IndexDefinition.Create(String) Method
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.
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.