Hi there, I need some help.
I am trying to send messages from FlutterFlow through an API call to generate embeddings with Azure Embeddings Node. Additionally, I plan to use Azure AI Search for vector search purposes.
My request body only contains one parameter named "input" (equivalent to "prompt"). The "prompt" is a JSON variable that captures the user's input, which I aim to convert into embeddings for the vector search in the subsequent node.
However, I've encountered a problem where the embeddings node does not recognize the input, and as a result, it fails to generate the embeddings successfully.
Please, help me