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
Section titled “Import”import { SearchcraftSummaryBox } from "@searchcraft/react-sdk";
import { SearchcraftSummaryBox } from "@searchcraft/vue-sdk";
<searchcraft-summary-box />
<SearchcraftSummaryBox />
<SearchcraftSummaryBox />
Properties
Section titled “Properties”Property | Attribute | Description | Type | Default |
---|---|---|---|---|
searchcraftId | searchcraft-id | The id of the Searchcraft instance that this component should use. | string | undefined | undefined |