🐛 Describe the bug
The following code snippet:
results = self.mem.get_all(user_id=user_id)
Will not filter results by user_id, looking into the logs I see from boto:
Vectors list does not support metadata filtering. Ignoring filters
Using version v1.0.1
🐛 Describe the bug
The following code snippet:
Will not filter results by user_id, looking into the logs I see from boto:
Using version
v1.0.1