Hello everyone,
This is my first message here, so if this isn’t the right place to ask, I apologize.
I'm currently working on developing a Retrieval-Augmented Generation system using only offline solutions.
The tools I’m using are as follows:
Ollama
LLM Llama 3.1/3.2
Qdrant
LangChain
Here’s what I’ve observed and don’t quite understand:
If I have one or two PDFs in my system and ask a question, I get the correct answer; it works perfectly.
However, if I add about twenty more PDFs and ask the exact same question, I don’t get any response.
The parameters are exactly the same in both cases, so something is eluding me… does anyone have any idea what might explain this phenomenon?
Thanks in advance for your help!
Sébastien