Find answers from the community

Updated 3 months ago

I have a problem when loading more than

I have a problem when loading more than one PDF document, I don't know if my implementation is correct since the times I have tried to run the program it gives me the same error, if I use a single PDF document it works if I implement this way with 2 files stops working
Attachments
image.png
image.png
L
S
9 comments
where is the timeout happening? When querying? loading data? Something else?
It happen in the while, the other code runs well
Attachment
image.png
ah I think that makes sense. What LLM are you using? You likely just have to increase the timeout
Im using Mistral for Ollama
Attachment
image.png
What i can do to improve the performance, increasing the request timeout is the only way?
Ollama is already running the model as fast as it can from my understanding

Just need to increase request timeout so that it doesn't timeout
Ollama is cool, but it's not really meant for large data use cases imo
Running models on an actual gpu is really the only way to get reasonable speeds when the inputs to the llm are large
Ok i understand thank you very much
Add a reply
Sign up and join the conversation on Discord