Uses of Class
com.azure.ai.openai.models.PineconeFieldMappingOptions
Packages that use PineconeFieldMappingOptions
-
Uses of PineconeFieldMappingOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return PineconeFieldMappingOptionsModifier and TypeMethodDescriptionPineconeChatExtensionParameters.getFieldsMapping()Get the fieldsMapping property: Customized field mapping behavior to use when interacting with the search index.PineconeFieldMappingOptions.setContentFieldsSeparator(String contentFieldsSeparator) Set the contentFieldsSeparator property: The separator pattern that content fields should use.PineconeFieldMappingOptions.setFilepathField(String filepathField) Set the filepathField property: The name of the index field to use as a filepath.PineconeFieldMappingOptions.setTitleField(String titleField) Set the titleField property: The name of the index field to use as a title.PineconeFieldMappingOptions.setUrlField(String urlField) Set the urlField property: The name of the index field to use as a URL.Constructors in com.azure.ai.openai.models with parameters of type PineconeFieldMappingOptionsModifierConstructorDescriptionPineconeChatExtensionParameters(String environment, String indexName, PineconeFieldMappingOptions fieldsMapping, OnYourDataVectorizationSource embeddingDependency) Creates an instance of PineconeChatExtensionParameters class.