Azure / gpt-rag-ingestion

MIT License
64 stars 55 forks source link

improved worksheet chunking #103

Closed placerda closed 1 month ago

placerda commented 2 months ago

This pull request introduces new functionality to the SpreadsheetChunker class, allowing it to chunk spreadsheets by individual rows instead of entire sheets. Additionally, it includes changes to the chunking process to optionally include header rows in each chunk. The most important changes are detailed below.

New Functionality:

Configuration: