localGPT icon indicating copy to clipboard operation
localGPT copied to clipboard

Ingested pdf document is not recognized

Open JannikSchneider12 opened this issue 2 years ago • 2 comments

Hey,

I have run the ingest.py and I says that my provided pdfs are ingested (no errors). However if I ask my model something about these documents (e.g. even if it knows the "name.pdf" file), it says no and isnt aware of the information. Does anybody have an idea how I could solve this or where the error could be?

Thanks for your help

JannikSchneider12 avatar Dec 04 '23 19:12 JannikSchneider12

Hey,

I have run the ingest.py and I says that my provided pdfs are ingested (no errors). However if I ask my model something about these documents (e.g. even if it knows the "name.pdf" file), it says no and isnt aware of the information. Does anybody have an idea how I could solve this or where the error could be?

Thanks for your help

Hi , Before run the python run_localgpt.py command you have run the python ingest.py command. If not , then try it once, if yes, what is error message you get while running the run_localgpt.py file.

TechInnovate01 avatar Jan 05 '24 12:01 TechInnovate01

but what I do not get: sure... after I ingest ... it can answer questions.... however, after I remove the doc from the ingest folder it cannot answer the question anymore. I do not understand this behaviour. I expect that after ingesting the document contents are split, and then via embeddings stored in the vector store. So even after removing the document the content should still be known. But they are not ...

neural-oracle avatar Mar 21 '24 22:03 neural-oracle