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.setContentFields(List<String> contentFields) Set the contentFields property: The names of index fields that should be treated as content.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.setImageVectorFields(List<String> imageVectorFields) Set the imageVectorFields property: The names of fields that represent image vector data.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.PineconeFieldMappingOptions.setVectorFields(List<String> vectorFields) Set the vectorFields property: The names of fields that represent vector data.Constructors in com.azure.ai.openai.models with parameters of type PineconeFieldMappingOptionsModifierConstructorDescriptionPineconeChatExtensionParameters(String environment, String indexName, PineconeFieldMappingOptions fieldsMapping) Creates an instance of PineconeChatExtensionParameters class.