ContainerTag vs ContainerTags : Supermemory API
In the Supermemory API docs, I noticed that ContainerTags has been deprecated, but I wanted to confirm whether there’s still any supported way to associate multiple container tags with a single memory.
In my usecase, multiple users can share the same memory. Currently, since each memory supports only one container tag, it’s not possible to tag that memory for different users simultaneously.
As a result, when querying memories (e.g., filtering by user), I can’t retrieve shared memories efficiently because they’re tied to a single container tag.
Am I missing something? Thanks
@Dhravya
It doesn't show the deprecated state in the doc anymore. I guess we can use container_tags now. Thanks