IndexDefinition.FromSourceCollection(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.
Sets source collection for IndexDefinition instance.
public Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition FromSourceCollection (string sourceCollection);
member this.FromSourceCollection : string -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition
Public Function FromSourceCollection (sourceCollection As String) As IndexDefinition
Parameters
- sourceCollection
- String
The unique name of a collection.