I have a RAG system using llamaindex. I am upgrading library from 0.10.44 to 0.12.33. I see a different behaviour now. Before when there were not results from vectors store it seems it called the LLM anyways, now with upgrade it is not the case I am getting "Empty Response" in the chat
How do I force to call the llm even if vector store search returns no results?