MetadataIndexConfig.Default 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.
Default metadata index configuration which is meant to align with the properties of the MemoryRecordMetadata.
public static Microsoft.SemanticKernel.Connectors.Pinecone.MetadataIndexConfig Default { get; }
static member Default : Microsoft.SemanticKernel.Connectors.Pinecone.MetadataIndexConfig
Public Shared ReadOnly Property Default As MetadataIndexConfig
Property Value
Remarks
The default configuration is:
- document_Id: Unique identifier of the document
- source: Source of the document
- source_Id: Used to identify the source of the document
- url: Url of the source if applicable
- type: The type of the text i.e. html, text, code, etc.
- tags: Tags associated with the document which adds better filtering capabilities
- created_at: Timestamp of when the document was created