MetadataIndexConfig Class
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.
Configuration for the behavior of Pinecone's internal metadata index. By default, all metadata is indexed; when metadata_config is present, only specified metadata fields are indexed.
public class MetadataIndexConfig
type MetadataIndexConfig = class
Public Class MetadataIndexConfig
- Inheritance
-
MetadataIndexConfig
Constructors
MetadataIndexConfig(List<String>) |
Initializes a new instance of the MetadataIndexConfig class. |
Properties
Default |
Default metadata index configuration which is meant to align with the properties of the MemoryRecordMetadata. |
Indexed |
The list of metadata fields to index. If not specified, all metadata fields are indexed. |