private-gpt icon indicating copy to clipboard operation
private-gpt copied to clipboard

Possible Loader bug?

Open LuisHenri opened this issue 1 year ago • 2 comments

I'm not sure how langchaing works, but on ingest.py, shouldn't the documents = loader.load() be inside the FOR loops somehow? Otherwise, it would only load the LAST loader, no? As any of the IFs would overwrite the loader variable before.

LuisHenri avatar May 12 '23 14:05 LuisHenri

Yes, addressing this in #74

andreakiro avatar May 12 '23 14:05 andreakiro

The

SlmanHssen avatar May 12 '23 15:05 SlmanHssen