Azure-Samples / azure-openai-rag-workshop

Create your own ChatGPT with Retrieval-Augmented-Generation workshop
https://aka.ms/ws/openai-rag
MIT License
97 stars 349 forks source link

fix: Set indexing offset based on page size #2

Closed ikhemissi closed 1 year ago

ikhemissi commented 1 year ago

Set the offset of each extracted PDF page based on the number of characters read since the start of the PDF file.

noissue

sinedied commented 1 year ago

Thanks for the fix!