There is no example for how to do these filters in the docs. When doing the suggested example from the general pinecone example and translating to Go, structpb package complains that []map[string]any is not a valid type:
{"$and": [{"genre": "comedy"}, {"genre":"documentary"}]}