A vector database stores every document embedding L2-normalized — each stored vector is scaled to length before it is written to disk, so only its direction survives.
Two documents arrive with these raw embeddings:
| Document | Raw embedding |
|---|---|
The database normalizes each one on the way in, producing stored vectors and . A clustering job then forms a topic vector by summing the two stored vectors:
What is ?
Round your answer to two decimal places.