searchcraft-results-summary
This component renders a results summary 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 { SearchcraftResultsSummary } from "@searchcraft/react-sdk";import { SearchcraftResultsSummary } from "@searchcraft/vue-sdk";<searchcraft-results-summary /><SearchcraftResultsSummary /><SearchcraftResultsSummary />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 |