Azure / gpt-rag-ingestion

MIT License
52 stars 48 forks source link

improved worksheet chunking #103

Open placerda opened 3 days ago

placerda commented 3 days 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: