Vercel · Arazzo Workflow
Vercel AI Gateway Embed Then Summarize
Version 1.0.0
Create an embedding for a document, then run a chat completion that summarizes it.
Provider
Workflows
embedThenSummarize
Embed a document, then summarize it with a chat completion.
Creates an embedding for the document text and then asks a chat model to summarize that same text, returning both the embedding and the summary.
1
embed
createEmbedding
Create an embedding for the document text.
2
summarize
createChatCompletion
Ask a chat model to summarize the same document text.