1Blademaster / pydocuchat

Apache License 2.0
14 stars 4 forks source link

Possible to input multiple PDFs? #2

Open sebzuddas opened 1 year ago

sebzuddas commented 1 year ago

Is it possible to input multiple PDFs and have GPT read all of them? Thinking for multiple exams and exam solutions it is not so useful if GPT can only read one document at a time. There must be a way to do this...

1Blademaster commented 1 year ago

Is it possible to input multiple PDFs and have GPT read all of them? Thinking for multiple exams and exam solutions it is not so useful if GPT can only read one document at a time. There must be a way to do this...

I think the way to do this would be to combine multiple indexes when loading for querying, I'll have a play around and see if it's possible. Sounds like a good idea though.