HI, I am using an SimilarityPostprocessor which have a similarity_cutoff , but when all the nodes have similarity below similarity_cutoff , my query does not send to OpenAI. But I want to send query with empty context so it can answer with models knowledge
We don't really have support for this in the vector index.
You may need to detect this manually (check response.source_nodes?) And then query using an EmptyIndex. Would be cool to add a feature that handles this though!