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.Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Formats
Agentset detects tabular data in two ways:| Method | Description |
|---|---|
| Spreadsheet files | Upload CSV, Excel (.xls, .xlsx), or OpenDocument (.ods) files directly. |
| Tables in documents | Tables embedded in PDFs, Word docs, and presentations are automatically detected and extracted. |
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:| Product | SKU | Price | Stock |
|---|---|---|---|
| Wireless Mouse | WM-001 | $29.99 | 150 |
| USB Keyboard | KB-002 | $49.99 | 89 |
| Monitor Stand | MS-003 | $79.99 | 34 |
| Webcam HD | WC-004 | $89.99 | 67 |
| USB Hub | UH-005 | $24.99 | 203 |
| Laptop Stand | LS-006 | $59.99 | 56 |
Upload a spreadsheet
Tables are automatically detected and processed. No additional configuration is required.
Next steps
- API Reference — Tabular data ingestion parameters
- File Uploads — Learn about supported file types and upload methods
- Document Metadata — Attach metadata for filtering
- Search — Query your tabular content