langchain_community.retrievers.kendra.combined_text¶
- langchain_community.retrievers.kendra.combined_text(item: ResultItem) str[source]¶
 Combine a ResultItem title and excerpt into a single string.
- Parameters
 item – the ResultItem of a Kendra search.
- Returns
 A combined text of the title and excerpt of the given item.