Give us feedback
openai-embeddings
Service icon

OpenAI Embeddings

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 20 August 2023 by 
5.0
 (1 rating)
openai-embeddings

OpenAI Embeddings

Documentation
1.0.0

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.