diff --git a/app/ui/src/components/Bot/Search/SearchResult.tsx b/app/ui/src/components/Bot/Search/SearchResult.tsx index f8ae8dc..7dee174 100644 --- a/app/ui/src/components/Bot/Search/SearchResult.tsx +++ b/app/ui/src/components/Bot/Search/SearchResult.tsx @@ -15,7 +15,7 @@ export function SearchResult({ score, }: SearchResultProps) { const [isExpanded, setIsExpanded] = useState(false); - const maxLength = 250; + const maxLength = 300; const toggleReadMore = () => { setIsExpanded(!isExpanded); @@ -48,8 +48,8 @@ export function SearchResult({ {icon} {source} -
- +
+ Similarity: {`${score}%`}