Skip to main content
Agentset processes tabular data so that rows stay intact and headers remain associated with their values. This makes spreadsheets, CSVs, and tables embedded in documents searchable without losing structure.

Formats

Agentset detects tabular data in two ways: Both methods preserve table structure automatically—no configuration required.

Why table-aware processing matters

Standard text chunking breaks tables at arbitrary points, separating headers from their data and splitting rows mid-content. This destroys the relationships that make tabular data meaningful. Consider a product inventory table: Without table-aware processing, a chunk boundary might fall between rows 3 and 4. Headers are lost from the second chunk.
With Agentset, chunks are generated as a markdown table, always containing the full header and are not split mid-row.
A search for “laptop accessories under $50” can now match relevant rows because each row contains the full context needed for retrieval.

Upload a spreadsheet

Tables embedded in PDFs, Word documents, and presentations are processed the same way—upload the file and Agentset handles the rest. See File Uploads for uploading local files and other options.
Tables are automatically detected and processed. No additional configuration is required.

Next steps