Reduce label for visualization
This commit is contained in:
parent
f7628f87d6
commit
7672e639f6
@ -325,7 +325,7 @@ const VectorVisualizer: React.FC<VectorVisualizerProps> = (props: VectorVisualiz
|
|||||||
!inline &&
|
!inline &&
|
||||||
<Card sx={{ display: 'flex', flexDirection: 'column', flexGrow: 1, minHeight: '2.5rem', justifyContent: 'center', alignItems: 'center', m: 0, p: 0, mb: 1 }}>
|
<Card sx={{ display: 'flex', flexDirection: 'column', flexGrow: 1, minHeight: '2.5rem', justifyContent: 'center', alignItems: 'center', m: 0, p: 0, mb: 1 }}>
|
||||||
<Typography variant="h6" sx={{ p: 1, pt: 0 }}>
|
<Typography variant="h6" sx={{ p: 1, pt: 0 }}>
|
||||||
Similarity Visualization via Uniform Manifold Approximation and Projection (UMAP)
|
RAG Vector Visualization
|
||||||
</Typography>
|
</Typography>
|
||||||
</Card>
|
</Card>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user