Visualize sentences by cosine distance (x-axis) and Euclidean distance (y-axis)
Upload a JSON file containing an array of objects with 'sentence' and 'embeddings' properties
or
[ {"sentence": "This is a sample sentence", "embeddings": [0.1, 0.4, 0.2, 0.1, 0.2]}, {"sentence": "Another example sentence", "embeddings": [0.5, 0.2, 0.3, 0.2, 0.1]}, ... ]
Processing your embeddings...
X-axis: Cosine distance from reference (0-1)
Y-axis: Euclidean distance from reference
(Hover points for details)