Contains a single server action OpenAI_CreateEmbeddings
Create an API Key in your OpenAI Account profile. Set the APIKey input property to the retrieved API Key. Use "text-embedding-ada-002" as model property (currently the only supported embeddings model). Add one or more text elements to the Input property. For every List element of Text the action returns a result Embeddings element.
Returns IsSuccess True if operation was successful. Otherwiese False with an Error output.