Uses of Class
com.azure.ai.openai.models.ElasticsearchIndexFieldMappingOptions
Packages that use ElasticsearchIndexFieldMappingOptions
-
Uses of ElasticsearchIndexFieldMappingOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ElasticsearchIndexFieldMappingOptionsModifier and TypeMethodDescriptionElasticsearchChatExtensionParameters.getFieldsMapping()Get the fieldsMapping property: The index field mapping options of Elasticsearch®.ElasticsearchIndexFieldMappingOptions.setContentFields(List<String> contentFields) Set the contentFields property: The names of index fields that should be treated as content.ElasticsearchIndexFieldMappingOptions.setContentFieldsSeparator(String contentFieldsSeparator) Set the contentFieldsSeparator property: The separator pattern that content fields should use.ElasticsearchIndexFieldMappingOptions.setFilepathField(String filepathField) Set the filepathField property: The name of the index field to use as a filepath.ElasticsearchIndexFieldMappingOptions.setTitleField(String titleField) Set the titleField property: The name of the index field to use as a title.ElasticsearchIndexFieldMappingOptions.setUrlField(String urlField) Set the urlField property: The name of the index field to use as a URL.ElasticsearchIndexFieldMappingOptions.setVectorFields(List<String> vectorFields) Set the vectorFields property: The names of fields that represent vector data.Methods in com.azure.ai.openai.models with parameters of type ElasticsearchIndexFieldMappingOptionsModifier and TypeMethodDescriptionElasticsearchChatExtensionParameters.setFieldsMapping(ElasticsearchIndexFieldMappingOptions fieldsMapping) Set the fieldsMapping property: The index field mapping options of Elasticsearch®.