mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 11:01:09 +00:00
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -48,8 +48,8 @@ function GPTCard({
|
||||
className={classNames('w-11 h-11 rounded-full mr-4 object-contain bg-white', {
|
||||
'border border-gray-200': iconBorder,
|
||||
})}
|
||||
width={44}
|
||||
height={44}
|
||||
width={48}
|
||||
height={48}
|
||||
src={icon}
|
||||
alt={title}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user