PineconeDocument.WithMetadata(Dictionary<String,Object>) 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 metadata for PineconeDocument class.
public Microsoft.SemanticKernel.Connectors.Pinecone.PineconeDocument WithMetadata (System.Collections.Generic.Dictionary<string,object>? metadata);
member this.WithMetadata : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SemanticKernel.Connectors.Pinecone.PineconeDocument
Public Function WithMetadata (metadata As Dictionary(Of String, Object)) As PineconeDocument
Parameters
- metadata
- Dictionary<String,Object>
The metadata associated with the document.