Johny Monteiro
Let's get in touch
07/04/2026
1 min
Transform text into vectors to enable similarity-based search.
1const embedding = await openai.embeddings.create({ 2 model: "text-embedding-3-small", 3 input: "What is AI?" 4});