import { Embeddings } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";
Creates an embedding vector representing the input text.
Returns
Core.APIPromise<CreateEmbeddingResponse>
x/openai/resources/mod.ts>Embeddings#create
import { Embeddings } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";
Creates an embedding vector representing the input text.