Skip to content

searchcraft-summary-box

This component renders a summary box for RAG search result summaries. When the user makes a search, a network call is made to retrieve the summary content, which is then rendered in this box.

NOTE: This component requires the usage of a read key that has “SUMMARY” permissions.

import { SearchcraftSummaryBox } from "@searchcraft/react-sdk";
<searchcraft-summary-box />
PropertyAttributeDescriptionTypeDefault
searchcraftIdsearchcraft-idThe id of the Searchcraft instance that this component should use.string | undefinedundefined