web retrieval resource fix

fix/external-knowledge-retrieval-issues
jyong 2 years ago
parent ed4e029609
commit 5bd372c11f

@ -100,7 +100,7 @@ const Popup: FC<PopupProps> = ({
/> />
<Tooltip <Tooltip
text={t('common.chat.citation.vectorHash')} 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' />} icon={<BezierCurve03 className='mr-1 w-3 h-3' />}
/> />
{ {

Loading…
Cancel
Save