Understanding the question
gemini-embedding-001
It turns meaning into numbers, both ways
Every passage of your website goes through this model once, when your site is read. Every question a customer types goes through it too.
What comes back is a list of numbers describing what the text means rather than which words it used. That is the only reason someone asking whether something survives the rain can be matched to a page that only ever says waterproof.
Goes in
one passage of your site, or one question
Comes back
768 numbers
- POST generativelanguage.googleapis.com/v1beta
- models/gemini-embedding-001:embedContent
- outputDimensionality: 768 · matches our pgvector(768) column
- batched 20 at a time when reading a whole site