|
|
|
|
|
by BrickTamblan
861 days ago
|
|
How does someone take structured data from a database and turn it into unstructured data for an LLM? I know RAG is a thing but they talk in terms of documents not tables and fields. Could the LLM derive that same California sales answer from just knowing the dataset, but not by writing sql? |
|
Linearizing structured data into text risks losing the inherent organization by columns and rows, potentially obfuscating the structured information.
The amount of information encapsulated within large tables poses significant challenges for training or fine-tuning models, attributable to the extensive number of tokens required, which may prove prohibitive for many due to resource constraints.