Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ui/embedding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Embedding
---

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/CYSviKxwjuI"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

After partitioning, chunking, and summarizing, the _embedding_ step creates arrays of numbers
known as _vectors_, representing the text that is extracted by Unstructured.
These vectors are stored or _embedded_ next to the text itself. These vector embeddings are generated by an
Expand Down