Mandala
Tools

Embeddings

Generate Open AI embeddings

Usage Instructions

Integrate Embeddings into the workflow. Can generate embeddings from text.

Tools

openai_embeddings

Generate embeddings from text using OpenAI's embedding models

Input

ParameterTypeRequiredDescription
inputstringYesText to generate embeddings for
modelstringNoModel to use for embeddings
apiKeystringYesOpenAI API key

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectEmbeddings generation results

Notes

  • Category: tools
  • Type: openai
Embeddings