Everett Kleven
Everett Kleven
@huleilei have you tried it on 100+ rows? Or something that requires multiple workers with the Env Vars?
Thanks @huleilei for confirming this. I too was able to reproduce success with both OpenRouter and OpenAI using env vars. @jaychia the error you are could be for a variety...
I think at this point I've never built a daft.file from bytes. It certainly feels like a seperate workflow or primative altogether. Why not just leave it as a bytes...
There are a few related feature requests in other issues from read_video_frames as well if you end up referencing that. https://github.com/Eventual-Inc/Daft/issues/5174 https://github.com/Eventual-Inc/Daft/issues/5173
Basically we are taking 3rd party implementations and implementing them in UDFs to start. Daft is operating as the data engine and vectorizing that task. My goal is continue to...
Hey @djouallah, could you share how you are setting the io_config? Are you using sessions with a [default io_config](https://docs.daft.ai/en/stable/api/config/#daft.context.set_planning_config)?
I was almost wondering if unnest would just use the struct column name as a prefix for nested fields. That way you could run unnested structured outputs multiple times in...
@yanghua , is the Catalog planned for Rust SDK only right now?
Hey all, for specifying providers under a session we do now have this usage pattern: https://docs.daft.ai/en/stable/ai-functions/providers/#end-to-end-usage-with-multiple-providers What do we think of closing this PR? @r3stl355 @rchowell