private-gpt
private-gpt copied to clipboard
Possible Loader bug?
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.
Yes, addressing this in #74
The