name: Allow search by minimum score threshold in VectorStoreCollection
about: There is no way to specify a minimum score for the search
I'm using Qdrant as a vector store. Qdrant allows searching with a minRelevanceScore parameter.
This parameter is present in ISemanticTextMemory.SearchAsync, but now I'm upgrading semantic kernel version and I'm changing this search to use VectorStoreCollection and I can't find a way to specificy this in the VectorSearchOptions.