langchain_community.retrievers.kendra
.AdditionalResultAttribute¶
- class langchain_community.retrievers.kendra.AdditionalResultAttribute[source]¶
Bases:
BaseModel
Additional result attribute.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param Key: str [Required]¶
The key of the attribute.
- param Value: AdditionalResultAttributeValue [Required]¶
The value of the attribute.
- param ValueType: Literal['TEXT_WITH_HIGHLIGHTS_VALUE'] [Required]¶
The type of the value.