Hi
We currently have a Delta Live Tables flow through which textual data is flowing. As a final enrichment step we would also want to generate embeddings using a third party api provider (probably Voyage.AI). They support batch embedding which would greatly help speed this up (but we would still rate limits).
Is it best-practice to include this as a UDF in the DLT flow? Or should these be generated in another step?
Thanks