Skip to content

Commit

Permalink
web retrieval resource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Oct 11, 2024
1 parent ed4e029 commit 5bd372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/base/chat/chat/citation/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Popup: FC<PopupProps> = ({
/>
<Tooltip
text={t('common.chat.citation.vectorHash')}
data={source.index_node_hash.substring(0, 7)}
data={source.index_node_hash?.substring(0, 7)}
icon={<BezierCurve03 className='mr-1 w-3 h-3' />}
/>
{
Expand Down

0 comments on commit 5bd372c

Please sign in to comment.