rictic 6 hours ago

Do any LLMs support constrained generation of newline delimited json? Or have you found that they're generally reliable enough that you don't need to do constrained sampling?

  • sprobertson 4 hours ago

    not for the standard hosted APIs using structured output or function calling, best you can get is an array

stevage 3 hours ago

I love NDJSON in general. I use it a lot for spatial data processing (GDAL calls it GeoJsonSeq).