Max Schulmeister
Max Schulmeister
is there a fix for this? $_mapPromises seems to be empty…
not sure if the issue really is related to the above. I'm getting the same error, using vue-lory with nuxt.js already disabled ssr in the nuxt config plugins config and...
@luventa do you know if there is a fix to make it work with srr yet?
ideally either an option to get access to the formatted log like so: ```typescript const logger = createConsola({ transport: (log) => { // where log is the output of the...
did you use generateObject or generateText with this?
alternatively to @lights0123 temporary fix, you can also do this for now to achieve a cleaner syntax imo ```javascript const plugin = await pluginEmbeddings({ embeddings: { defaultProperty: "embeddings", ... },...