Contribute Media
A thank you to everyone who makes this possible: Read More

Embeddings: What they are and why they matter

Description

Embeddings are a Large-Language-Model-adjacent technology that allow data such as text or images to be represented as an array of floating point numbers, representing a location in a weird, multi-dimensional space.

They are surprisingly powerful. Embeddings can be used to implement semantic search, find related content and even build text search against image data.

I'll explain how they work, show you how to use them and teach you how to build weird and wonderful things with them that you couldn't build any other way.

Details

Improve this page