Does redis support geospatial and vector search like (knn) in the same query. I understand a simple filter query feeding into knn search like the one below would work
"(@title:Matrix @year:[2020 2022])=>[KNN 10 @v $B]"
I am curious if the filter section can do also do "@location:[long lat radius]". I am hearing this may not be supported but just curious if anyone is aware of a recent change.
Also, if not redis, what other open source vector databases that are easy to setup can do this?