You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
