i am new to the world of RAGs and am trying to learn more about RAG development using the ADLM data challenge as motivation and am loving the ragnar package so far.
However, after following the ragnar getting started steps and creating a document store and integrating an LLM via ellmer, I am noticing that the chat output indicates a web search is sometimes being performed despite prohibiting this in the system prompt.
Is there a way to restrict the LLM integration to only search the knowledge store?