Sentence Transformers in your Browser

Paste any text, click Go, and the page will download Xenova/all-MiniLM-L6-v2, compute its normalized 384-dimensional embedding, and format that vector for DuckDB's VSS extension.

Model not loaded yet.

Embedding preview

→ Embedding values will appear here once ready.
Values are grouped for readability; the copy button below emits a single comma-separated line.
Waiting for an embedding.

DuckDB's VSS functions such as array_distance expect a literal like [1, 2, 3]::FLOAT[3]; this page emits the same format but with 384 floats so you can paste it straight into ORDER BY array_distance(vec, ...) queries.