supplemental Data Storage Configuration
suspend fun supplementalDataStorageConfiguration(value: Output<KnowledgeBaseSupplementalDataStorageConfigurationArgs>)
suspend fun supplementalDataStorageConfiguration(value: KnowledgeBaseSupplementalDataStorageConfigurationArgs?)
Parameters
value
If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate .
suspend fun supplementalDataStorageConfiguration(argument: suspend KnowledgeBaseSupplementalDataStorageConfigurationArgsBuilder.() -> Unit)
Parameters
argument
If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate .