Vector search with pre_filter issue in Python and Mongodb (and langchain)
I’m trying to do a vector search in Python (using langchain), while pre_filtering the results from the Mongo database before I do the vector query.
I’m trying to do a vector search in Python (using langchain), while pre_filtering the results from the Mongo database before I do the vector query.