embedding — A list of numbers representing a piece of text's meaning, so that similar meanings end up numerically close and can be searched.
RAG — Retrieval-augmented generation — fetching relevant documents first and pasting them into the model's context so it answers from your data instead of memory.
Why it matters
Shows how Figma combined visual embeddingA list of numbers representing a piece of text's meaning, so that similar meanings end up numerically close and can be searched.Full definition → and RAGRetrieval-augmented generation — fetching relevant documents first and pasting them into the model's context so it answers from your data instead of memory.Full definition → to let users find existing work by screenshot or vague description, a pattern any team building AI-powered search over a large asset library can reuse.