polymath-ai / architecture

The repo to track overall technical architecture of the project
MIT License
3 stars 1 forks source link

Consider streaming #11

Open dglazkov opened 1 year ago

dglazkov commented 1 year ago

If we do, let's use jsonl.

But do we need it?

PaulKinlan commented 1 year ago

I think it has a number of benefits (trying to document here)

One thing that I would love to enable is more flexible tooling:

Yes, we could just pipe the full json file around, but if we want things like incremental uploads then we have to do it on an entry by entry basis anyway.

With a JSONL structure, we can: