I'm using privateGPT with the default GPT4All model (ggml-gpt4all-j-v1.3-groovy.bin) but also with the latest Falcon version. My problem is that I was expecting to get information only from the local documents and not from what the model "knows" already.
Example: If the only local document is a reference manual from a software, I was expecting privateGPT to not be able to reply to a question like: "Which is the capital of Germany?" or "What is an apple?" because it's something is not in the local document itself.
privateGPT uses a local Chroma vectorstore to store embeddings from local docs. The langchain retriever shouldn't get info only from those? what am I missing?