|
|
|
|
|
by maheshvaikri99
181 days ago
|
|
Essentially yes, but with a few additions CSV lacks: 1. Multiple tables in one document (table.users, table.orders)
2. References between tables (:user:42 links to id 42)
3. Object blocks for config/metadata
4. Streaming format (ISONL) for large datasets The type annotations are optional - they help LLMs understand the schema without inference. You could think of it as "CSV that knows about relationships" - which is exactly what multi-agent systems need when passing state around. |
|
Any data on how LLMs like this format? Are they able to make the associations etc?