OperationFailure: The index for filter path 'user_email' was not found, please check whether the index is created., full error: {'ok': 0.0, 'errmsg': "The index for filter path 'user_email' was not found, please check whether the index is created.", 'code': 2, 'codeName': 'BadValue'}
You can clearly see that the index does exist here when I run getIndexes():

However when I try to run a filtered vector search, I get this error:
